Html Css Color HEX #558EC9 Danube

📋 copy color: '#558EC9'

red 85 ◦ green 142 ◦ blue 201

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

Shades of Danube #558EC9

Tints of Danube #558EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.96%

R = 19.86%
G = 33.18%
B = 46.96%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#558EC9 (or 0x558EC9) is known color: Danube. HEX triplet: 55, 8E and C9. RGB value is (85,142,201). Sum of RGB (Red+Green+Blue) = 85+142+201=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #558EC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558EC9 is #AA7136. Grayscale: #838383. Windows color (decimal): -11170103 or 13209173. OLE color: 13209173.

HSL color Cylindrical-coordinate representation of color #558EC9: hue angle of 210.52º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558EC9 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 142 201 -
CMYK 0.58 0.29 0 0.21
HSL 210.52º 0.52% 0.56% -
HSV(B) 210.52º 0.58% 0.79% -
XYZ 23.96 25.49 58.92 -
YUV 131.68 167.12 94.7 -
System Red Green Blue C M Y K H S L
Decimal 85 142 201 0.58 0.29 0 0.21 210.52 0.52 0.56
Hex 55 8E C9 3A 1D 0 15 D3 34 38
Octal 125 216 311 72 35 0 25 323 64 70
Binary 1010101 10001110 11001001 111010 11101 0 10101 11010011 110100 111000

Color Harmonies of #558EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558EC9

Black with #558EC9

Text Example


Text Example

White with #558EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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