Html Css Color HEX #5492CA Danube

📋 copy color: '#5492CA'

red 84 ◦ green 146 ◦ blue 202

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

Shades of Danube #5492CA

Tints of Danube #5492CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.76%

R = 19.44%
G = 33.8%
B = 46.76%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5492CA (or 0x5492CA) is known color: Danube. HEX triplet: 54, 92 and CA. RGB value is (84,146,202). Sum of RGB (Red+Green+Blue) = 84+146+202=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #5492CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5492CA is #AB6D35. Grayscale: #858585. Windows color (decimal): -11234614 or 13275732. OLE color: 13275732.

HSL color Cylindrical-coordinate representation of color #5492CA: hue angle of 208.47º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5492CA is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 146 202 -
CMYK 0.58 0.28 0 0.21
HSL 208.47º 0.53% 0.56% -
HSV(B) 208.47º 0.58% 0.79% -
XYZ 24.6 26.71 59.74 -
YUV 133.85 166.46 92.45 -
System Red Green Blue C M Y K H S L
Decimal 84 146 202 0.58 0.28 0 0.21 208.47 0.53 0.56
Hex 54 92 CA 3A 1C 0 15 D0 35 38
Octal 124 222 312 72 34 0 25 320 65 70
Binary 1010100 10010010 11001010 111010 11100 0 10101 11010000 110101 111000

Color Harmonies of #5492CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5492CA

Black with #5492CA

Text Example


Text Example

White with #5492CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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