Html Css Color HEX #5588C0 Danube

📋 copy color: '#5588C0'

red 85 ◦ green 136 ◦ blue 192

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

Shades of Danube #5588C0

Tints of Danube #5588C0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.93%

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 20.58%
G = 32.93%
B = 46.49%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5588C0 (or 0x5588C0) is known color: Danube. HEX triplet: 55, 88 and C0. RGB value is (85,136,192). Sum of RGB (Red+Green+Blue) = 85+136+192=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #5588C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5588C0 is #AA773F. Grayscale: #7E7E7E. Windows color (decimal): -11171648 or 12617813. OLE color: 12617813.

HSL color Cylindrical-coordinate representation of color #5588C0: hue angle of 211.4º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5588C0 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 136 192 -
CMYK 0.56 0.29 0 0.25
HSL 211.4º 0.46% 0.54% -
HSV(B) 211.4º 0.56% 0.75% -
XYZ 22.06 23.35 53.21 -
YUV 127.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 85 136 192 0.56 0.29 0 0.25 211.4 0.46 0.54
Hex 55 88 C0 38 1D 0 19 D3 2E 36
Octal 125 210 300 70 35 0 31 323 56 66
Binary 1010101 10001000 11000000 111000 11101 0 11001 11010011 101110 110110

Color Harmonies of #5588C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5588C0

Black with #5588C0

Text Example


Text Example

White with #5588C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5588C0; }

 p { color: rgb(85,136,192); }

 H1.HeaderClassName
 {
   color: #5588C0;
 }
 .AnyTagClassName
 {
   color: #5588C0;
 }
</style>

background-color css

<style>
 a { background-color: #5588C0; }

 a { background-color: rgb(85,136,192); }

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

border-color css

<style>
 span { border-color: #5588C0; }

 span { border-color: rgb(85,136,192); }

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