Html Css Color HEX #5091C9 Danube

📋 copy color: '#5091C9'

red 80 ◦ green 145 ◦ blue 201

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

Shades of Danube #5091C9

Tints of Danube #5091C9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.04%

 BLUE value IS 201 (78.91% from 255) = 47.18%

R = 18.78%
G = 34.04%
B = 47.18%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5091C9 (or 0x5091C9) is known color: Danube. HEX triplet: 50, 91 and C9. RGB value is (80,145,201). Sum of RGB (Red+Green+Blue) = 80+145+201=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #5091C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5091C9 is #AF6E36. Grayscale: #838383. Windows color (decimal): -11497015 or 13209936. OLE color: 13209936.

HSL color Cylindrical-coordinate representation of color #5091C9: hue angle of 207.77º degrees, saturation: 0.53, 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 #5091C9 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 145 201 -
CMYK 0.60 0.28 0 0.21
HSL 207.77º 0.53% 0.55% -
HSV(B) 207.77º 0.6% 0.79% -
XYZ 23.98 26.17 59.05 -
YUV 131.95 166.97 90.95 -
System Red Green Blue C M Y K H S L
Decimal 80 145 201 0.60 0.28 0 0.21 207.77 0.53 0.55
Hex 50 91 C9 3C 1C 0 15 D0 35 37
Octal 120 221 311 74 34 0 25 320 65 67
Binary 1010000 10010001 11001001 111100 11100 0 10101 11010000 110101 110111

Color Harmonies of #5091C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5091C9

Black with #5091C9

Text Example


Text Example

White with #5091C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5091C9; }

 p { color: rgb(80,145,201); }

 H1.HeaderClassName
 {
   color: #5091C9;
 }
 .AnyTagClassName
 {
   color: #5091C9;
 }
</style>

background-color css

<style>
 a { background-color: #5091C9; }

 a { background-color: rgb(80,145,201); }

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

border-color css

<style>
 span { border-color: #5091C9; }

 span { border-color: rgb(80,145,201); }

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