#5B8ECE

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

Shades of Danube #5B8ECE

Tints of Danube #5B8ECE

Color information

#5B8ECE (or 0x5B8ECE) is unknown color: approx Danube. HEX triplet: 5B, 8E and CE. RGB value is (91,142,206). Sum of RGB (Red+Green+Blue) = 91+142+206=439 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.73% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B8ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8ECE is #A47131. Grayscale: #858585. Windows color (decimal): -10776882 or 13536859. OLE color: 13536859.

HSL color Cylindrical-coordinate representation of color #5B8ECE: hue angle of 213.39º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B8ECE is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB91142206-
CMYK0.560.3100.19
HSL213.39º53.99%58.24%-
HSV(B)213.39º55.83%80.78%-
XYZ25.1326.0362.09-
YUV134.05168.697.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.73%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=20.73%
G=32.35%
B=46.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal911422060.560.3100.19213.3953.9958.24
Hex5B8ECE381F013d5363a
Octal13321631670370233256672
Binary101101110001110110011101110001111101001111010101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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