Html Css Color HEX #558ECE Danube

📋 copy color: '#558ECE'

red 85 ◦ green 142 ◦ blue 206

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

Shades of Danube #558ECE

Tints of Danube #558ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 19.63%
G = 32.79%
B = 47.58%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#558ECE (or 0x558ECE) is known color: Danube. HEX triplet: 55, 8E and CE. RGB value is (85,142,206). Sum of RGB (Red+Green+Blue) = 85+142+206=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #558ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ECE is #AA7131. Grayscale: #838383. Windows color (decimal): -11170098 or 13536853. OLE color: 13536853.

HSL color Cylindrical-coordinate representation of color #558ECE: hue angle of 211.74º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558ECE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 142 206 -
CMYK 0.59 0.31 0 0.19
HSL 211.74º 0.55% 0.57% -
HSV(B) 211.74º 0.59% 0.81% -
XYZ 24.56 25.73 62.07 -
YUV 132.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 85 142 206 0.59 0.31 0 0.19 211.74 0.55 0.57
Hex 55 8E CE 3B 1F 0 13 D4 37 39
Octal 125 216 316 73 37 0 23 324 67 71
Binary 1010101 10001110 11001110 111011 11111 0 10011 11010100 110111 111001

Color Harmonies of #558ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ECE

Black with #558ECE

Text Example


Text Example

White with #558ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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