Html Css Color HEX #558FD1 Danube

📋 copy color: '#558FD1'

red 85 ◦ green 143 ◦ blue 209

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

Shades of Danube #558FD1

Tints of Danube #558FD1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.72%

 BLUE value IS 209 (82.03% from 255) = 47.83%

R = 19.45%
G = 32.72%
B = 47.83%

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

#558FD1 (or 0x558FD1) is known color: Danube. HEX triplet: 55, 8F and D1. RGB value is (85,143,209). Sum of RGB (Red+Green+Blue) = 85+143+209=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #558FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FD1 is #AA702E. Grayscale: #848484. Windows color (decimal): -11169839 or 13733717. OLE color: 13733717.

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

Color convert

RGB 85 143 209 -
CMYK 0.59 0.32 0 0.18
HSL 211.94º 0.57% 0.58% -
HSV(B) 211.94º 0.59% 0.82% -
XYZ 25.08 26.18 64.05 -
YUV 133.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 85 143 209 0.59 0.32 0 0.18 211.94 0.57 0.58
Hex 55 8F D1 3B 20 0 12 D4 39 3A
Octal 125 217 321 73 40 0 22 324 71 72
Binary 1010101 10001111 11010001 111011 100000 0 10010 11010100 111001 111010

Color Harmonies of #558FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FD1

Black with #558FD1

Text Example


Text Example

White with #558FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,143,209); }

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

background-color css

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

 a { background-color: rgb(85,143,209); }

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

border-color css

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

 span { border-color: rgb(85,143,209); }

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