Html Css Color HEX #5290C0 Danube

📋 copy color: '#5290C0'

red 82 ◦ green 144 ◦ blue 192

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

Shades of Danube #5290C0

Tints of Danube #5290C0

RGB

 RED value IS 82 (32.42% from 255) = 19.62%

 GREEN value IS 144 (56.64% from 255) = 34.45%

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 19.62%
G = 34.45%
B = 45.93%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5290C0 (or 0x5290C0) is known color: Danube. HEX triplet: 52, 90 and C0. RGB value is (82,144,192). Sum of RGB (Red+Green+Blue) = 82+144+192=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #5290C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290C0 is #AD6F3F. Grayscale: #828282. Windows color (decimal): -11366208 or 12619858. OLE color: 12619858.

HSL color Cylindrical-coordinate representation of color #5290C0: hue angle of 206.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5290C0 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 144 192 -
CMYK 0.57 0.25 0 0.25
HSL 206.18º 0.47% 0.54% -
HSV(B) 206.18º 0.57% 0.75% -
XYZ 22.97 25.55 53.59 -
YUV 130.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 82 144 192 0.57 0.25 0 0.25 206.18 0.47 0.54
Hex 52 90 C0 39 19 0 19 CE 2F 36
Octal 122 220 300 71 31 0 31 316 57 66
Binary 1010010 10010000 11000000 111001 11001 0 11001 11001110 101111 110110

Color Harmonies of #5290C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5290C0

Black with #5290C0

Text Example


Text Example

White with #5290C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5290C0; }

 p { color: rgb(82,144,192); }

 H1.HeaderClassName
 {
   color: #5290C0;
 }
 .AnyTagClassName
 {
   color: #5290C0;
 }
</style>

background-color css

<style>
 a { background-color: #5290C0; }

 a { background-color: rgb(82,144,192); }

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

border-color css

<style>
 span { border-color: #5290C0; }

 span { border-color: rgb(82,144,192); }

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