Html Css Color HEX #5090CA Danube

📋 copy color: '#5090CA'

red 80 ◦ green 144 ◦ blue 202

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

Shades of Danube #5090CA

Tints of Danube #5090CA

RGB

 RED value IS 80 (31.64% from 255) = 18.78%

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

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

R = 18.78%
G = 33.8%
B = 47.42%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5090CA (or 0x5090CA) is known color: Danube. HEX triplet: 50, 90 and CA. RGB value is (80,144,202). Sum of RGB (Red+Green+Blue) = 80+144+202=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #5090CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090CA is #AF6F35. Grayscale: #838383. Windows color (decimal): -11497270 or 13275216. OLE color: 13275216.

HSL color Cylindrical-coordinate representation of color #5090CA: hue angle of 208.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5090CA is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 144 202 -
CMYK 0.60 0.29 0 0.21
HSL 208.52º 0.54% 0.55% -
HSV(B) 208.52º 0.6% 0.79% -
XYZ 23.94 25.92 59.62 -
YUV 131.48 167.8 91.28 -
System Red Green Blue C M Y K H S L
Decimal 80 144 202 0.60 0.29 0 0.21 208.52 0.54 0.55
Hex 50 90 CA 3C 1D 0 15 D1 36 37
Octal 120 220 312 74 35 0 25 321 66 67
Binary 1010000 10010000 11001010 111100 11101 0 10101 11010001 110110 110111

Color Harmonies of #5090CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5090CA

Black with #5090CA

Text Example


Text Example

White with #5090CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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