Html Css Color HEX #5588BE Danube

📋 copy color: '#5588BE'

red 85 ◦ green 136 ◦ blue 190

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

Shades of Danube #5588BE

Tints of Danube #5588BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 20.68%
G = 33.09%
B = 46.23%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5588BE (or 0x5588BE) is known color: Danube. HEX triplet: 55, 88 and BE. RGB value is (85,136,190). Sum of RGB (Red+Green+Blue) = 85+136+190=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #5588BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5588BE is #AA7741. Grayscale: #7E7E7E. Windows color (decimal): -11171650 or 12486741. OLE color: 12486741.

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

Color convert

RGB 85 136 190 -
CMYK 0.55 0.28 0 0.25
HSL 210.86º 0.45% 0.54% -
HSV(B) 210.86º 0.55% 0.75% -
XYZ 21.84 23.26 52.05 -
YUV 126.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 85 136 190 0.55 0.28 0 0.25 210.86 0.45 0.54
Hex 55 88 BE 37 1C 0 19 D3 2D 36
Octal 125 210 276 67 34 0 31 323 55 66
Binary 1010101 10001000 10111110 110111 11100 0 11001 11010011 101101 110110

Color Harmonies of #5588BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5588BE

Black with #5588BE

Text Example


Text Example

White with #5588BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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