Html Css Color HEX #5290CA Danube

📋 copy color: '#5290CA'

red 82 ◦ green 144 ◦ blue 202

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

Shades of Danube #5290CA

Tints of Danube #5290CA

RGB

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

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

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

R = 19.16%
G = 33.64%
B = 47.2%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5290CA (or 0x5290CA) is known color: Danube. HEX triplet: 52, 90 and CA. RGB value is (82,144,202). Sum of RGB (Red+Green+Blue) = 82+144+202=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #5290CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290CA is #AD6F35. Grayscale: #838383. Windows color (decimal): -11366198 or 13275218. OLE color: 13275218.

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

Color convert

RGB 82 144 202 -
CMYK 0.59 0.29 0 0.21
HSL 209º 0.53% 0.56% -
HSV(B) 209º 0.59% 0.79% -
XYZ 24.11 26 59.63 -
YUV 132.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 82 144 202 0.59 0.29 0 0.21 209 0.53 0.56
Hex 52 90 CA 3B 1D 0 15 D1 35 38
Octal 122 220 312 73 35 0 25 321 65 70
Binary 1010010 10010000 11001010 111011 11101 0 10101 11010001 110101 111000

Color Harmonies of #5290CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5290CA

Black with #5290CA

Text Example


Text Example

White with #5290CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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