Html Css Color HEX #5488BB Danube

📋 copy color: '#5488BB'

red 84 ◦ green 136 ◦ blue 187

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

Shades of Danube #5488BB

Tints of Danube #5488BB

RGB

 RED value IS 84 (33.2% from 255) = 20.64%

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 20.64%
G = 33.42%
B = 45.95%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5488BB (or 0x5488BB) is known color: Danube. HEX triplet: 54, 88 and BB. RGB value is (84,136,187). Sum of RGB (Red+Green+Blue) = 84+136+187=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #5488BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488BB is #AB7744. Grayscale: #7E7E7E. Windows color (decimal): -11237189 or 12290132. OLE color: 12290132.

HSL color Cylindrical-coordinate representation of color #5488BB: hue angle of 209.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5488BB is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 136 187 -
CMYK 0.55 0.27 0 0.27
HSL 209.71º 0.43% 0.53% -
HSV(B) 209.71º 0.55% 0.73% -
XYZ 21.43 23.08 50.34 -
YUV 126.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 84 136 187 0.55 0.27 0 0.27 209.71 0.43 0.53
Hex 54 88 BB 37 1B 0 1B D2 2B 35
Octal 124 210 273 67 33 0 33 322 53 65
Binary 1010100 10001000 10111011 110111 11011 0 11011 11010010 101011 110101

Color Harmonies of #5488BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488BB

Black with #5488BB

Text Example


Text Example

White with #5488BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5488BB; }

 p { color: rgb(84,136,187); }

 H1.HeaderClassName
 {
   color: #5488BB;
 }
 .AnyTagClassName
 {
   color: #5488BB;
 }
</style>

background-color css

<style>
 a { background-color: #5488BB; }

 a { background-color: rgb(84,136,187); }

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

border-color css

<style>
 span { border-color: #5488BB; }

 span { border-color: rgb(84,136,187); }

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