Html Css Color HEX #50816A Cutty Sark

📋 copy color: '#50816A'

red 80 ◦ green 129 ◦ blue 106

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

Shades of Cutty Sark #50816A

Tints of Cutty Sark #50816A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 25.4%
G = 40.95%
B = 33.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#50816A (or 0x50816A) is known color: Cutty Sark. HEX triplet: 50, 81 and 6A. RGB value is (80,129,106). Sum of RGB (Red+Green+Blue) = 80+129+106=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #50816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50816A is #AF7E95. Grayscale: #6F6F6F. Windows color (decimal): -11501206 or 6979920. OLE color: 6979920.

HSL color Cylindrical-coordinate representation of color #50816A: hue angle of 151.84º 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 #50816A is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 106 -
CMYK 0.38 0 0.18 0.49
HSL 151.84º 0.23% 0.41% -
HSV(B) 151.84º 0.38% 0.51% -
XYZ 13.76 18.45 16.47 -
YUV 111.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 80 129 106 0.38 0 0.18 0.49 151.84 0.23 0.41
Hex 50 81 6A 26 0 12 31 98 17 29
Octal 120 201 152 46 0 22 61 230 27 51
Binary 1010000 10000001 1101010 100110 0 10010 110001 10011000 10111 101001

Color Harmonies of #50816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50816A

Black with #50816A

Text Example


Text Example

White with #50816A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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