Html Css Color HEX #50806F Cutty Sark

📋 copy color: '#50806F'

red 80 ◦ green 128 ◦ blue 111

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

Shades of Cutty Sark #50806F

Tints of Cutty Sark #50806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 25.08%
G = 40.13%
B = 34.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#50806F (or 0x50806F) is known color: Cutty Sark. HEX triplet: 50, 80 and 6F. RGB value is (80,128,111). Sum of RGB (Red+Green+Blue) = 80+128+111=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #50806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50806F is #AF7F90. Grayscale: #6F6F6F. Windows color (decimal): -11501457 or 7307344. OLE color: 7307344.

HSL color Cylindrical-coordinate representation of color #50806F: hue angle of 158.75º 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 #50806F is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 111 -
CMYK 0.38 0 0.13 0.50
HSL 158.75º 0.23% 0.41% -
HSV(B) 158.75º 0.38% 0.5% -
XYZ 13.9 18.29 17.84 -
YUV 111.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 80 128 111 0.38 0 0.13 0.50 158.75 0.23 0.41
Hex 50 80 6F 26 0 D 32 9F 17 29
Octal 120 200 157 46 0 15 62 237 27 51
Binary 1010000 10000000 1101111 100110 0 1101 110010 10011111 10111 101001

Color Harmonies of #50806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50806F

Black with #50806F

Text Example


Text Example

White with #50806F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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