Html Css Color HEX #50836D Cutty Sark

📋 copy color: '#50836D'

red 80 ◦ green 131 ◦ blue 109

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

Shades of Cutty Sark #50836D

Tints of Cutty Sark #50836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 25%
G = 40.94%
B = 34.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#50836D (or 0x50836D) is known color: Cutty Sark. HEX triplet: 50, 83 and 6D. RGB value is (80,131,109). Sum of RGB (Red+Green+Blue) = 80+131+109=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #50836D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50836D is #AF7C92. Grayscale: #717171. Windows color (decimal): -11500691 or 7177040. OLE color: 7177040.

HSL color Cylindrical-coordinate representation of color #50836D: hue angle of 154.12º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50836D is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 131 109 -
CMYK 0.39 0 0.17 0.49
HSL 154.12º 0.24% 0.41% -
HSV(B) 154.12º 0.39% 0.51% -
XYZ 14.18 19.04 17.4 -
YUV 113.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 80 131 109 0.39 0 0.17 0.49 154.12 0.24 0.41
Hex 50 83 6D 27 0 11 31 9A 18 29
Octal 120 203 155 47 0 21 61 232 30 51
Binary 1010000 10000011 1101101 100111 0 10001 110001 10011010 11000 101001

Color Harmonies of #50836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50836D

Black with #50836D

Text Example


Text Example

White with #50836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50836D; }

 p { color: rgb(80,131,109); }

 H1.HeaderClassName
 {
   color: #50836D;
 }
 .AnyTagClassName
 {
   color: #50836D;
 }
</style>

background-color css

<style>
 a { background-color: #50836D; }

 a { background-color: rgb(80,131,109); }

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

border-color css

<style>
 span { border-color: #50836D; }

 span { border-color: rgb(80,131,109); }

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