#5B8ECC

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

Shades of Danube #5B8ECC

Tints of Danube #5B8ECC

Color information

#5B8ECC (or 0x5B8ECC) is unknown color: approx Danube. HEX triplet: 5B, 8E and CC. RGB value is (91,142,204). Sum of RGB (Red+Green+Blue) = 91+142+204=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B8ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8ECC is #A47133. Grayscale: #858585. Windows color (decimal): -10776884 or 13405787. OLE color: 13405787.

HSL color Cylindrical-coordinate representation of color #5B8ECC: hue angle of 212.92º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B8ECC is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB91142204-
CMYK0.550.3000.2
HSL212.92º52.56%57.84%-
HSV(B)212.92º55.39%80%-
XYZ24.8925.9360.82-
YUV133.82167.697.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.82%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 204 (80.08% from 255) = 46.68%
R=20.82%
G=32.49%
B=46.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal911422040.550.3000.2212.9252.5657.84
Hex5B8ECC371E014d5353a
Octal13321631467360243256572
Binary101101110001110110011001101111111001010011010101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,142,204); }

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

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

 a { background-color: rgb(91,142,204); }

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

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

 span { border-color: rgb(91,142,204); }

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