Html Css Color HEX #50806E Cutty Sark

📋 copy color: '#50806E'

red 80 ◦ green 128 ◦ blue 110

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

Shades of Cutty Sark #50806E

Tints of Cutty Sark #50806E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.25%

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 25.16%
G = 40.25%
B = 34.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#50806E (or 0x50806E) is known color: Cutty Sark. HEX triplet: 50, 80 and 6E. RGB value is (80,128,110). Sum of RGB (Red+Green+Blue) = 80+128+110=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #50806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50806E is #AF7F91. Grayscale: #6F6F6F. Windows color (decimal): -11501458 or 7241808. OLE color: 7241808.

HSL color Cylindrical-coordinate representation of color #50806E: hue angle of 157.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50806E is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 110 -
CMYK 0.38 0 0.14 0.50
HSL 157.5º 0.23% 0.41% -
HSV(B) 157.5º 0.38% 0.5% -
XYZ 13.84 18.27 17.55 -
YUV 111.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 80 128 110 0.38 0 0.14 0.50 157.5 0.23 0.41
Hex 50 80 6E 26 0 E 32 9E 17 29
Octal 120 200 156 46 0 16 62 236 27 51
Binary 1010000 10000000 1101110 100110 0 1110 110010 10011110 10111 101001

Color Harmonies of #50806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50806E

Black with #50806E

Text Example


Text Example

White with #50806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50806E; }

 p { color: rgb(80,128,110); }

 H1.HeaderClassName
 {
   color: #50806E;
 }
 .AnyTagClassName
 {
   color: #50806E;
 }
</style>

background-color css

<style>
 a { background-color: #50806E; }

 a { background-color: rgb(80,128,110); }

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

border-color css

<style>
 span { border-color: #50806E; }

 span { border-color: rgb(80,128,110); }

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