Html Css Color HEX #558FD3 Danube

📋 copy color: '#558FD3'

red 85 ◦ green 143 ◦ blue 211

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

Shades of Danube #558FD3

Tints of Danube #558FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.06%

R = 19.36%
G = 32.57%
B = 48.06%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#558FD3 (or 0x558FD3) is known color: Danube. HEX triplet: 55, 8F and D3. RGB value is (85,143,211). Sum of RGB (Red+Green+Blue) = 85+143+211=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #558FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FD3 is #AA702C. Grayscale: #858585. Windows color (decimal): -11169837 or 13864789. OLE color: 13864789.

HSL color Cylindrical-coordinate representation of color #558FD3: hue angle of 212.38º degrees, saturation: 0.59, 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 #558FD3 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 85 143 211 -
CMYK 0.60 0.32 0 0.17
HSL 212.38º 0.59% 0.58% -
HSV(B) 212.38º 0.6% 0.83% -
XYZ 25.33 26.28 65.37 -
YUV 133.41 171.78 93.47 -
System Red Green Blue C M Y K H S L
Decimal 85 143 211 0.60 0.32 0 0.17 212.38 0.59 0.58
Hex 55 8F D3 3C 20 0 11 D4 3B 3A
Octal 125 217 323 74 40 0 21 324 73 72
Binary 1010101 10001111 11010011 111100 100000 0 10001 11010100 111011 111010

Color Harmonies of #558FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FD3

Black with #558FD3

Text Example


Text Example

White with #558FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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