Html Css Color HEX #558ED6 Danube

📋 copy color: '#558ED6'

red 85 ◦ green 142 ◦ blue 214

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

Shades of Danube #558ED6

Tints of Danube #558ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.53%

R = 19.27%
G = 32.2%
B = 48.53%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#558ED6 (or 0x558ED6) is known color: Danube. HEX triplet: 55, 8E and D6. RGB value is (85,142,214). Sum of RGB (Red+Green+Blue) = 85+142+214=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #558ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ED6 is #AA7129. Grayscale: #848484. Windows color (decimal): -11170090 or 14061141. OLE color: 14061141.

HSL color Cylindrical-coordinate representation of color #558ED6: hue angle of 213.49º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558ED6 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 142 214 -
CMYK 0.60 0.34 0 0.16
HSL 213.49º 0.61% 0.59% -
HSV(B) 213.49º 0.6% 0.84% -
XYZ 25.56 26.13 67.32 -
YUV 133.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 85 142 214 0.60 0.34 0 0.16 213.49 0.61 0.59
Hex 55 8E D6 3C 22 0 10 D5 3D 3B
Octal 125 216 326 74 42 0 20 325 75 73
Binary 1010101 10001110 11010110 111100 100010 0 10000 11010101 111101 111011

Color Harmonies of #558ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ED6

Black with #558ED6

Text Example


Text Example

White with #558ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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