Html Css Color HEX #558FBD Danube

📋 copy color: '#558FBD'

red 85 ◦ green 143 ◦ blue 189

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

Shades of Danube #558FBD

Tints of Danube #558FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 20.38%
G = 34.29%
B = 45.32%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#558FBD (or 0x558FBD) is known color: Danube. HEX triplet: 55, 8F and BD. RGB value is (85,143,189). Sum of RGB (Red+Green+Blue) = 85+143+189=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #558FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FBD is #AA7042. Grayscale: #828282. Windows color (decimal): -11169859 or 12422997. OLE color: 12422997.

HSL color Cylindrical-coordinate representation of color #558FBD: hue angle of 206.54º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558FBD is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 143 189 -
CMYK 0.55 0.24 0 0.26
HSL 206.54º 0.44% 0.54% -
HSV(B) 206.54º 0.55% 0.74% -
XYZ 22.75 25.25 51.82 -
YUV 130.9 160.78 95.26 -
System Red Green Blue C M Y K H S L
Decimal 85 143 189 0.55 0.24 0 0.26 206.54 0.44 0.54
Hex 55 8F BD 37 18 0 1A CF 2C 36
Octal 125 217 275 67 30 0 32 317 54 66
Binary 1010101 10001111 10111101 110111 11000 0 11010 11001111 101100 110110

Color Harmonies of #558FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FBD

Black with #558FBD

Text Example


Text Example

White with #558FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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