#5f8abb

Color #5F8ABB Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #5F8ABB

Tints of Danube #5F8ABB

Color information

#5F8ABB (or 0x5F8ABB) is unknown color: approx Danube. HEX triplet: 5F, 8A and BB. RGB value is (95,138,187). Sum of RGB (Red+Green+Blue) = 95+138+187=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F8ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8ABB is #A07544. Grayscale: #828282. Windows color (decimal): -10515781 or 12290655. OLE color: 12290655.

HSL color Cylindrical-coordinate representation of color #5F8ABB: hue angle of 211.96º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F8ABB is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB95138187-
CMYK0.490.2600.27
HSL211.96º40.35%55.29%-
HSV(B)211.96º49.2%73.33%-
XYZ22.7824.250.48-
YUV130.73159.75102.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 187 (73.44% from 255) = 44.52%
R=22.62%
G=32.86%
B=44.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951381870.490.2600.27211.9640.3555.29
Hex5F8ABB311A01Bd42837
Octal13721227361320333245067
Binary101111110001010101110111100011101001101111010100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f8abb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5f8abb; }

 p { color: rgb(95,138,187); }

 H1.HeaderClassName
 {
   color: #5f8abb;
 }
 .AnyTagClassName
 {
   color: #5f8abb;
 }
</style>
background-color css

<style>
 a { background-color: #5f8abb; }

 a { background-color: rgb(95,138,187); }

 div.DivClassName
 {
   background-color: #5f8abb;
 }
 .BgClassName
 {
   background-color: #5f8abb;
 }
</style>
border-color css

<style>
 span { border-color: #5f8abb; }

 span { border-color: rgb(95,138,187); }

 td.TdClassName
 {
   border-color: #5f8abb;
 }
 .TagClassName
 {
   border-color: #5f8abb;
 }
</style>