Html Css Color HEX #5488BA Danube

📋 copy color: '#5488BA'

red 84 ◦ green 136 ◦ blue 186

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

Shades of Danube #5488BA

Tints of Danube #5488BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 20.69%
G = 33.5%
B = 45.81%

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

#5488BA (or 0x5488BA) is known color: Danube. HEX triplet: 54, 88 and BA. RGB value is (84,136,186). Sum of RGB (Red+Green+Blue) = 84+136+186=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #5488BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488BA is #AB7745. Grayscale: #7D7D7D. Windows color (decimal): -11237190 or 12224596. OLE color: 12224596.

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

Color convert

RGB 84 136 186 -
CMYK 0.55 0.27 0 0.27
HSL 209.41º 0.43% 0.53% -
HSV(B) 209.41º 0.55% 0.73% -
XYZ 21.32 23.04 49.78 -
YUV 126.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 84 136 186 0.55 0.27 0 0.27 209.41 0.43 0.53
Hex 54 88 BA 37 1B 0 1B D1 2A 35
Octal 124 210 272 67 33 0 33 321 52 65
Binary 1010100 10001000 10111010 110111 11011 0 11011 11010001 101010 110101

Color Harmonies of #5488BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488BA

Black with #5488BA

Text Example


Text Example

White with #5488BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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