Html Css Color HEX #558CB9 Danube

📋 copy color: '#558CB9'

red 85 ◦ green 140 ◦ blue 185

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

Shades of Danube #558CB9

Tints of Danube #558CB9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.15%

 BLUE value IS 185 (72.66% from 255) = 45.12%

R = 20.73%
G = 34.15%
B = 45.12%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#558CB9 (or 0x558CB9) is known color: Danube. HEX triplet: 55, 8C and B9. RGB value is (85,140,185). Sum of RGB (Red+Green+Blue) = 85+140+185=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #558CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CB9 is #AA7346. Grayscale: #808080. Windows color (decimal): -11170631 or 12160085. OLE color: 12160085.

HSL color Cylindrical-coordinate representation of color #558CB9: hue angle of 207º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #558CB9 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 140 185 -
CMYK 0.54 0.24 0 0.27
HSL 207º 0.42% 0.53% -
HSV(B) 207º 0.54% 0.73% -
XYZ 21.88 24.19 49.41 -
YUV 128.69 159.78 96.84 -
System Red Green Blue C M Y K H S L
Decimal 85 140 185 0.54 0.24 0 0.27 207 0.42 0.53
Hex 55 8C B9 36 18 0 1B CF 2A 35
Octal 125 214 271 66 30 0 33 317 52 65
Binary 1010101 10001100 10111001 110110 11000 0 11011 11001111 101010 110101

Color Harmonies of #558CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CB9

Black with #558CB9

Text Example


Text Example

White with #558CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,140,185); }

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

background-color css

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

 a { background-color: rgb(85,140,185); }

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

border-color css

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

 span { border-color: rgb(85,140,185); }

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