Html Css Color HEX #558ECC Danube

📋 copy color: '#558ECC'

red 85 ◦ green 142 ◦ blue 204

#558ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #558ECC

Tints of Danube #558ECC

RGB

 RED value IS 85 (33.59% from 255) = 19.72%

 GREEN value IS 142 (55.86% from 255) = 32.95%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 19.72%
G = 32.95%
B = 47.33%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#558ECC (or 0x558ECC) is known color: Danube. HEX triplet: 55, 8E and CC. RGB value is (85,142,204). Sum of RGB (Red+Green+Blue) = 85+142+204=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #558ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ECC is #AA7133. Grayscale: #838383. Windows color (decimal): -11170100 or 13405781. OLE color: 13405781.

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

Color convert

RGB 85 142 204 -
CMYK 0.58 0.30 0 0.2
HSL 211.26º 0.54% 0.57% -
HSV(B) 211.26º 0.58% 0.8% -
XYZ 24.32 25.64 60.79 -
YUV 132.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 85 142 204 0.58 0.30 0 0.2 211.26 0.54 0.57
Hex 55 8E CC 3A 1E 0 14 D3 36 39
Octal 125 216 314 72 36 0 24 323 66 71
Binary 1010101 10001110 11001100 111010 11110 0 10100 11010011 110110 111001

Color Harmonies of #558ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ECC

Black with #558ECC

Text Example


Text Example

White with #558ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558ECC; }

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

 H1.HeaderClassName
 {
   color: #558ECC;
 }
 .AnyTagClassName
 {
   color: #558ECC;
 }
</style>

background-color css

<style>
 a { background-color: #558ECC; }

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

 div.DivClassName
 {
   background-color: #558ECC;
 }
 .BgClassName
 {
   background-color: #558ECC;
 }
</style>

border-color css

<style>
 span { border-color: #558ECC; }

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

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