Html Css Color HEX #5488BC Danube

📋 copy color: '#5488BC'

red 84 ◦ green 136 ◦ blue 188

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

Shades of Danube #5488BC

Tints of Danube #5488BC

RGB

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

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

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

R = 20.59%
G = 33.33%
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

#5488BC (or 0x5488BC) is known color: Danube. HEX triplet: 54, 88 and BC. RGB value is (84,136,188). Sum of RGB (Red+Green+Blue) = 84+136+188=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 136 (53.52% from 255 or 33.33% 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 #5488BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488BC is #AB7743. Grayscale: #7E7E7E. Windows color (decimal): -11237188 or 12355668. OLE color: 12355668.

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

Color convert

RGB 84 136 188 -
CMYK 0.55 0.28 0 0.26
HSL 210º 0.44% 0.53% -
HSV(B) 210º 0.55% 0.74% -
XYZ 21.54 23.12 50.91 -
YUV 126.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 84 136 188 0.55 0.28 0 0.26 210 0.44 0.53
Hex 54 88 BC 37 1C 0 1A D2 2C 35
Octal 124 210 274 67 34 0 32 322 54 65
Binary 1010100 10001000 10111100 110111 11100 0 11010 11010010 101100 110101

Color Harmonies of #5488BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488BC

Black with #5488BC

Text Example


Text Example

White with #5488BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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