Html Css Color HEX #558FCB Danube

📋 copy color: '#558FCB'

red 85 ◦ green 143 ◦ blue 203

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

Shades of Danube #558FCB

Tints of Danube #558FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 19.72%
G = 33.18%
B = 47.1%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#558FCB (or 0x558FCB) is known color: Danube. HEX triplet: 55, 8F and CB. RGB value is (85,143,203). Sum of RGB (Red+Green+Blue) = 85+143+203=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #558FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FCB is #AA7034. Grayscale: #848484. Windows color (decimal): -11169845 or 13340501. OLE color: 13340501.

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

Color convert

RGB 85 143 203 -
CMYK 0.58 0.30 0 0.20
HSL 210.51º 0.53% 0.56% -
HSV(B) 210.51º 0.58% 0.8% -
XYZ 24.35 25.89 60.21 -
YUV 132.5 167.78 94.12 -
System Red Green Blue C M Y K H S L
Decimal 85 143 203 0.58 0.30 0 0.20 210.51 0.53 0.56
Hex 55 8F CB 3A 1E 0 14 D3 35 38
Octal 125 217 313 72 36 0 24 323 65 70
Binary 1010101 10001111 11001011 111010 11110 0 10100 11010011 110101 111000

Color Harmonies of #558FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FCB

Black with #558FCB

Text Example


Text Example

White with #558FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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