#5D8ECC

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

Shades of Danube #5D8ECC

Tints of Danube #5D8ECC

Color information

#5D8ECC (or 0x5D8ECC) is unknown color: approx Danube. HEX triplet: 5D, 8E and CC. RGB value is (93,142,204). Sum of RGB (Red+Green+Blue) = 93+142+204=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D8ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8ECC is #A27133. Grayscale: #868686. Windows color (decimal): -10645812 or 13405789. OLE color: 13405789.

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

Color convert

RGB93142204-
CMYK0.540.3000.2
HSL213.51º52.11%58.24%-
HSV(B)213.51º54.41%80%-
XYZ25.0926.0360.83-
YUV134.42167.2798.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.18%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=21.18%
G=32.35%
B=46.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal931422040.540.3000.2213.5152.1158.24
Hex5D8ECC361E014d6343a
Octal13521631466360243266472
Binary101110110001110110011001101101111001010011010110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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