Html Css Color HEX #5587BC Danube

📋 copy color: '#5587BC'

red 85 ◦ green 135 ◦ blue 188

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

Shades of Danube #5587BC

Tints of Danube #5587BC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.09%

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 20.83%
G = 33.09%
B = 46.08%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5587BC (or 0x5587BC) is known color: Danube. HEX triplet: 55, 87 and BC. RGB value is (85,135,188). Sum of RGB (Red+Green+Blue) = 85+135+188=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #5587BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5587BC is #AA7843. Grayscale: #7D7D7D. Windows color (decimal): -11171908 or 12355413. OLE color: 12355413.

HSL color Cylindrical-coordinate representation of color #5587BC: hue angle of 210.87º degrees, saturation: 0.43, 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 #5587BC is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 135 188 -
CMYK 0.55 0.28 0 0.26
HSL 210.87º 0.43% 0.54% -
HSV(B) 210.87º 0.55% 0.74% -
XYZ 21.49 22.89 50.86 -
YUV 126.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 85 135 188 0.55 0.28 0 0.26 210.87 0.43 0.54
Hex 55 87 BC 37 1C 0 1A D3 2B 36
Octal 125 207 274 67 34 0 32 323 53 66
Binary 1010101 10000111 10111100 110111 11100 0 11010 11010011 101011 110110

Color Harmonies of #5587BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5587BC

Black with #5587BC

Text Example


Text Example

White with #5587BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5587BC; }

 p { color: rgb(85,135,188); }

 H1.HeaderClassName
 {
   color: #5587BC;
 }
 .AnyTagClassName
 {
   color: #5587BC;
 }
</style>

background-color css

<style>
 a { background-color: #5587BC; }

 a { background-color: rgb(85,135,188); }

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

border-color css

<style>
 span { border-color: #5587BC; }

 span { border-color: rgb(85,135,188); }

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