#5f85bb

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

Shades of Danube #5F85BB

Tints of Danube #5F85BB

Color information

#5F85BB (or 0x5F85BB) is unknown color: approx Danube. HEX triplet: 5F, 85 and BB. RGB value is (95,133,187). Sum of RGB (Red+Green+Blue) = 95+133+187=415 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.89% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F85BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F85BB is #A07A44. Grayscale: #7F7F7F. Windows color (decimal): -10517061 or 12289375. OLE color: 12289375.

HSL color Cylindrical-coordinate representation of color #5F85BB: hue angle of 215.22º 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 #5F85BB is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB95133187-
CMYK0.490.2900.27
HSL215.22º40.35%55.29%-
HSV(B)215.22º49.2%73.33%-
XYZ22.0822.850.25-
YUV127.79161.41104.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.89%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=22.89%
G=32.05%
B=45.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951331870.490.2900.27215.2240.3555.29
Hex5F85BB311D01Bd72837
Octal13720527361350333275067
Binary101111110000101101110111100011110101101111010111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f85bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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