Html Css Color HEX #50816B Cutty Sark

📋 copy color: '#50816B'

red 80 ◦ green 129 ◦ blue 107

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

Shades of Cutty Sark #50816B

Tints of Cutty Sark #50816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 25.32%
G = 40.82%
B = 33.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#50816B (or 0x50816B) is known color: Cutty Sark. HEX triplet: 50, 81 and 6B. RGB value is (80,129,107). Sum of RGB (Red+Green+Blue) = 80+129+107=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #50816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50816B is #AF7E94. Grayscale: #6F6F6F. Windows color (decimal): -11501205 or 7045456. OLE color: 7045456.

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

Color convert

RGB 80 129 107 -
CMYK 0.38 0 0.17 0.49
HSL 153.06º 0.23% 0.41% -
HSV(B) 153.06º 0.38% 0.51% -
XYZ 13.81 18.47 16.75 -
YUV 111.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 80 129 107 0.38 0 0.17 0.49 153.06 0.23 0.41
Hex 50 81 6B 26 0 11 31 99 17 29
Octal 120 201 153 46 0 21 61 231 27 51
Binary 1010000 10000001 1101011 100110 0 10001 110001 10011001 10111 101001

Color Harmonies of #50816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50816B

Black with #50816B

Text Example


Text Example

White with #50816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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