Html Css Color HEX #5488BE Danube

📋 copy color: '#5488BE'

red 84 ◦ green 136 ◦ blue 190

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

Shades of Danube #5488BE

Tints of Danube #5488BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 20.49%
G = 33.17%
B = 46.34%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5488BE (or 0x5488BE) is known color: Danube. HEX triplet: 54, 88 and BE. RGB value is (84,136,190). Sum of RGB (Red+Green+Blue) = 84+136+190=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #5488BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488BE is #AB7741. Grayscale: #7E7E7E. Windows color (decimal): -11237186 or 12486740. OLE color: 12486740.

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

Color convert

RGB 84 136 190 -
CMYK 0.56 0.28 0 0.25
HSL 210.57º 0.45% 0.54% -
HSV(B) 210.57º 0.56% 0.75% -
XYZ 21.75 23.21 52.05 -
YUV 126.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 84 136 190 0.56 0.28 0 0.25 210.57 0.45 0.54
Hex 54 88 BE 38 1C 0 19 D3 2D 36
Octal 124 210 276 70 34 0 31 323 55 66
Binary 1010100 10001000 10111110 111000 11100 0 11001 11010011 101101 110110

Color Harmonies of #5488BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488BE

Black with #5488BE

Text Example


Text Example

White with #5488BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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