Html Css Color HEX #5492BE Danube

📋 copy color: '#5492BE'

red 84 ◦ green 146 ◦ blue 190

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

Shades of Danube #5492BE

Tints of Danube #5492BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

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

R = 20%
G = 34.76%
B = 45.24%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5492BE (or 0x5492BE) is known color: Danube. HEX triplet: 54, 92 and BE. RGB value is (84,146,190). Sum of RGB (Red+Green+Blue) = 84+146+190=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #5492BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5492BE is #AB6D41. Grayscale: #848484. Windows color (decimal): -11234626 or 12489300. OLE color: 12489300.

HSL color Cylindrical-coordinate representation of color #5492BE: hue angle of 204.91º 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 #5492BE is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 146 190 -
CMYK 0.56 0.23 0 0.25
HSL 204.91º 0.45% 0.54% -
HSV(B) 204.91º 0.56% 0.75% -
XYZ 23.23 26.16 52.54 -
YUV 132.48 160.46 93.42 -
System Red Green Blue C M Y K H S L
Decimal 84 146 190 0.56 0.23 0 0.25 204.91 0.45 0.54
Hex 54 92 BE 38 17 0 19 CD 2D 36
Octal 124 222 276 70 27 0 31 315 55 66
Binary 1010100 10010010 10111110 111000 10111 0 11001 11001101 101101 110110

Color Harmonies of #5492BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5492BE

Black with #5492BE

Text Example


Text Example

White with #5492BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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