Html Css Color HEX #558ED4 Danube

📋 copy color: '#558ED4'

red 85 ◦ green 142 ◦ blue 212

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

Shades of Danube #558ED4

Tints of Danube #558ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.29%

R = 19.36%
G = 32.35%
B = 48.29%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#558ED4 (or 0x558ED4) is known color: Danube. HEX triplet: 55, 8E and D4. RGB value is (85,142,212). Sum of RGB (Red+Green+Blue) = 85+142+212=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #558ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ED4 is #AA712B. Grayscale: #848484. Windows color (decimal): -11170092 or 13930069. OLE color: 13930069.

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

Color convert

RGB 85 142 212 -
CMYK 0.60 0.33 0 0.17
HSL 213.07º 0.6% 0.58% -
HSV(B) 213.07º 0.6% 0.83% -
XYZ 25.3 26.03 65.98 -
YUV 132.94 172.62 93.81 -
System Red Green Blue C M Y K H S L
Decimal 85 142 212 0.60 0.33 0 0.17 213.07 0.6 0.58
Hex 55 8E D4 3C 21 0 11 D5 3C 3A
Octal 125 216 324 74 41 0 21 325 74 72
Binary 1010101 10001110 11010100 111100 100001 0 10001 11010101 111100 111010

Color Harmonies of #558ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ED4

Black with #558ED4

Text Example


Text Example

White with #558ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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