Html Css Color HEX #5290C6 Danube

📋 copy color: '#5290C6'

red 82 ◦ green 144 ◦ blue 198

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

Shades of Danube #5290C6

Tints of Danube #5290C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.7%

R = 19.34%
G = 33.96%
B = 46.7%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5290C6 (or 0x5290C6) is known color: Danube. HEX triplet: 52, 90 and C6. RGB value is (82,144,198). Sum of RGB (Red+Green+Blue) = 82+144+198=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 198 - color contains mainly: blue. Hex color #5290C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290C6 is #AD6F39. Grayscale: #838383. Windows color (decimal): -11366202 or 13013074. OLE color: 13013074.

HSL color Cylindrical-coordinate representation of color #5290C6: hue angle of 207.93º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5290C6 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 144 198 -
CMYK 0.59 0.27 0 0.22
HSL 207.93º 0.5% 0.55% -
HSV(B) 207.93º 0.59% 0.78% -
XYZ 23.65 25.82 57.16 -
YUV 131.62 165.46 92.61 -
System Red Green Blue C M Y K H S L
Decimal 82 144 198 0.59 0.27 0 0.22 207.93 0.5 0.55
Hex 52 90 C6 3B 1B 0 16 D0 32 37
Octal 122 220 306 73 33 0 26 320 62 67
Binary 1010010 10010000 11000110 111011 11011 0 10110 11010000 110010 110111

Color Harmonies of #5290C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5290C6

Black with #5290C6

Text Example


Text Example

White with #5290C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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