Html Css Color HEX #5488BD Danube

📋 copy color: '#5488BD'

red 84 ◦ green 136 ◦ blue 189

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

Shades of Danube #5488BD

Tints of Danube #5488BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 20.54%
G = 33.25%
B = 46.21%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5488BD (or 0x5488BD) is known color: Danube. HEX triplet: 54, 88 and BD. RGB value is (84,136,189). Sum of RGB (Red+Green+Blue) = 84+136+189=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #5488BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488BD is #AB7742. Grayscale: #7E7E7E. Windows color (decimal): -11237187 or 12421204. OLE color: 12421204.

HSL color Cylindrical-coordinate representation of color #5488BD: hue angle of 210.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5488BD is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 136 189 -
CMYK 0.56 0.28 0 0.26
HSL 210.29º 0.44% 0.54% -
HSV(B) 210.29º 0.56% 0.74% -
XYZ 21.65 23.17 51.48 -
YUV 126.49 163.27 97.69 -
System Red Green Blue C M Y K H S L
Decimal 84 136 189 0.56 0.28 0 0.26 210.29 0.44 0.54
Hex 54 88 BD 38 1C 0 1A D2 2C 36
Octal 124 210 275 70 34 0 32 322 54 66
Binary 1010100 10001000 10111101 111000 11100 0 11010 11010010 101100 110110

Color Harmonies of #5488BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488BD

Black with #5488BD

Text Example


Text Example

White with #5488BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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