Html Css Color HEX #558FCC Danube

📋 copy color: '#558FCC'

red 85 ◦ green 143 ◦ blue 204

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

Shades of Danube #558FCC

Tints of Danube #558FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 19.68%
G = 33.1%
B = 47.22%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#558FCC (or 0x558FCC) is known color: Danube. HEX triplet: 55, 8F and CC. RGB value is (85,143,204). Sum of RGB (Red+Green+Blue) = 85+143+204=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #558FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FCC is #AA7033. Grayscale: #848484. Windows color (decimal): -11169844 or 13406037. OLE color: 13406037.

HSL color Cylindrical-coordinate representation of color #558FCC: hue angle of 210.76º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558FCC is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 143 204 -
CMYK 0.58 0.30 0 0.2
HSL 210.76º 0.54% 0.57% -
HSV(B) 210.76º 0.58% 0.8% -
XYZ 24.47 25.94 60.84 -
YUV 132.61 168.28 94.04 -
System Red Green Blue C M Y K H S L
Decimal 85 143 204 0.58 0.30 0 0.2 210.76 0.54 0.57
Hex 55 8F CC 3A 1E 0 14 D3 36 39
Octal 125 217 314 72 36 0 24 323 66 71
Binary 1010101 10001111 11001100 111010 11110 0 10100 11010011 110110 111001

Color Harmonies of #558FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FCC

Black with #558FCC

Text Example


Text Example

White with #558FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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