#5E85B6

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

Shades of Danube #5E85B6

Tints of Danube #5E85B6

Color information

#5E85B6 (or 0x5E85B6) is unknown color: approx Danube. HEX triplet: 5E, 85 and B6. RGB value is (94,133,182). Sum of RGB (Red+Green+Blue) = 94+133+182=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #5E85B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E85B6 is #A17A49. Grayscale: #7E7E7E. Windows color (decimal): -10582602 or 11961694. OLE color: 11961694.

HSL color Cylindrical-coordinate representation of color #5E85B6: hue angle of 213.41º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E85B6 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB94133182-
CMYK0.480.2700.29
HSL213.41º37.61%54.12%-
HSV(B)213.41º48.35%71.37%-
XYZ21.4522.5347.47-
YUV126.92159.08104.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.98%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 182 (71.48% from 255) = 44.50%
R=22.98%
G=32.52%
B=44.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941331820.480.2700.29213.4137.6154.12
Hex5E85B6301B01Dd52636
Octal13620526660330353254666
Binary101111010000101101101101100001101101110111010101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E85B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,133,182); }

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

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

 a { background-color: rgb(94,133,182); }

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

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

 span { border-color: rgb(94,133,182); }

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