Html Css Color HEX #558ED0 Danube

📋 copy color: '#558ED0'

red 85 ◦ green 142 ◦ blue 208

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

Shades of Danube #558ED0

Tints of Danube #558ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.82%

R = 19.54%
G = 32.64%
B = 47.82%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#558ED0 (or 0x558ED0) is known color: Danube. HEX triplet: 55, 8E and D0. RGB value is (85,142,208). Sum of RGB (Red+Green+Blue) = 85+142+208=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #558ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ED0 is #AA712F. Grayscale: #848484. Windows color (decimal): -11170096 or 13667925. OLE color: 13667925.

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

Color convert

RGB 85 142 208 -
CMYK 0.59 0.32 0 0.18
HSL 212.2º 0.57% 0.57% -
HSV(B) 212.2º 0.59% 0.82% -
XYZ 24.8 25.83 63.35 -
YUV 132.48 170.62 94.13 -
System Red Green Blue C M Y K H S L
Decimal 85 142 208 0.59 0.32 0 0.18 212.2 0.57 0.57
Hex 55 8E D0 3B 20 0 12 D4 39 39
Octal 125 216 320 73 40 0 22 324 71 71
Binary 1010101 10001110 11010000 111011 100000 0 10010 11010100 111001 111001

Color Harmonies of #558ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ED0

Black with #558ED0

Text Example


Text Example

White with #558ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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