Html Css Color HEX #558CBD Danube

📋 copy color: '#558CBD'

red 85 ◦ green 140 ◦ blue 189

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

Shades of Danube #558CBD

Tints of Danube #558CBD

RGB

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

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

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

R = 20.53%
G = 33.82%
B = 45.65%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#558CBD (or 0x558CBD) is known color: Danube. HEX triplet: 55, 8C and BD. RGB value is (85,140,189). Sum of RGB (Red+Green+Blue) = 85+140+189=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #558CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CBD is #AA7342. Grayscale: #808080. Windows color (decimal): -11170627 or 12422229. OLE color: 12422229.

HSL color Cylindrical-coordinate representation of color #558CBD: hue angle of 208.27º 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 #558CBD is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 140 189 -
CMYK 0.55 0.26 0 0.26
HSL 208.27º 0.44% 0.54% -
HSV(B) 208.27º 0.55% 0.74% -
XYZ 22.31 24.36 51.67 -
YUV 129.14 161.78 96.52 -
System Red Green Blue C M Y K H S L
Decimal 85 140 189 0.55 0.26 0 0.26 208.27 0.44 0.54
Hex 55 8C BD 37 1A 0 1A D0 2C 36
Octal 125 214 275 67 32 0 32 320 54 66
Binary 1010101 10001100 10111101 110111 11010 0 11010 11010000 101100 110110

Color Harmonies of #558CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CBD

Black with #558CBD

Text Example


Text Example

White with #558CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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