Html Css Color HEX #558ED2 Danube

📋 copy color: '#558ED2'

red 85 ◦ green 142 ◦ blue 210

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

Shades of Danube #558ED2

Tints of Danube #558ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.05%

R = 19.45%
G = 32.49%
B = 48.05%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#558ED2 (or 0x558ED2) is known color: Danube. HEX triplet: 55, 8E and D2. RGB value is (85,142,210). Sum of RGB (Red+Green+Blue) = 85+142+210=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #558ED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ED2 is #AA712D. Grayscale: #848484. Windows color (decimal): -11170094 or 13798997. OLE color: 13798997.

HSL color Cylindrical-coordinate representation of color #558ED2: hue angle of 212.64º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558ED2 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 142 210 -
CMYK 0.60 0.32 0 0.18
HSL 212.64º 0.58% 0.58% -
HSV(B) 212.64º 0.6% 0.82% -
XYZ 25.05 25.93 64.66 -
YUV 132.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 85 142 210 0.60 0.32 0 0.18 212.64 0.58 0.58
Hex 55 8E D2 3C 20 0 12 D5 3A 3A
Octal 125 216 322 74 40 0 22 325 72 72
Binary 1010101 10001110 11010010 111100 100000 0 10010 11010101 111010 111010

Color Harmonies of #558ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ED2

Black with #558ED2

Text Example


Text Example

White with #558ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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