Html Css Color HEX #5091CC Danube

📋 copy color: '#5091CC'

red 80 ◦ green 145 ◦ blue 204

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

Shades of Danube #5091CC

Tints of Danube #5091CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 18.65%
G = 33.8%
B = 47.55%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5091CC (or 0x5091CC) is known color: Danube. HEX triplet: 50, 91 and CC. RGB value is (80,145,204). Sum of RGB (Red+Green+Blue) = 80+145+204=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #5091CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5091CC is #AF6E33. Grayscale: #838383. Windows color (decimal): -11497012 or 13406544. OLE color: 13406544.

HSL color Cylindrical-coordinate representation of color #5091CC: hue angle of 208.55º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5091CC is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 145 204 -
CMYK 0.61 0.29 0 0.2
HSL 208.55º 0.55% 0.56% -
HSV(B) 208.55º 0.61% 0.8% -
XYZ 24.33 26.32 60.92 -
YUV 132.29 168.47 90.7 -
System Red Green Blue C M Y K H S L
Decimal 80 145 204 0.61 0.29 0 0.2 208.55 0.55 0.56
Hex 50 91 CC 3D 1D 0 14 D1 37 38
Octal 120 221 314 75 35 0 24 321 67 70
Binary 1010000 10010001 11001100 111101 11101 0 10100 11010001 110111 111000

Color Harmonies of #5091CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5091CC

Black with #5091CC

Text Example


Text Example

White with #5091CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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