Html Css Color HEX #50816E Cutty Sark

📋 copy color: '#50816E'

red 80 ◦ green 129 ◦ blue 110

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

Shades of Cutty Sark #50816E

Tints of Cutty Sark #50816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.44%

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

R = 25.08%
G = 40.44%
B = 34.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#50816E (or 0x50816E) is known color: Cutty Sark. HEX triplet: 50, 81 and 6E. RGB value is (80,129,110). Sum of RGB (Red+Green+Blue) = 80+129+110=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #50816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50816E is #AF7E91. Grayscale: #707070. Windows color (decimal): -11501202 or 7242064. OLE color: 7242064.

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

Color convert

RGB 80 129 110 -
CMYK 0.38 0 0.15 0.49
HSL 156.73º 0.23% 0.41% -
HSV(B) 156.73º 0.38% 0.51% -
XYZ 13.97 18.53 17.59 -
YUV 112.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 80 129 110 0.38 0 0.15 0.49 156.73 0.23 0.41
Hex 50 81 6E 26 0 F 31 9D 17 29
Octal 120 201 156 46 0 17 61 235 27 51
Binary 1010000 10000001 1101110 100110 0 1111 110001 10011101 10111 101001

Color Harmonies of #50816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50816E

Black with #50816E

Text Example


Text Example

White with #50816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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