Html Css Color HEX #50836B Cutty Sark

📋 copy color: '#50836B'

red 80 ◦ green 131 ◦ blue 107

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

Shades of Cutty Sark #50836B

Tints of Cutty Sark #50836B

RGB

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

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

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

R = 25.16%
G = 41.19%
B = 33.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#50836B (or 0x50836B) is known color: Cutty Sark. HEX triplet: 50, 83 and 6B. RGB value is (80,131,107). Sum of RGB (Red+Green+Blue) = 80+131+107=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #50836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50836B is #AF7C94. Grayscale: #717171. Windows color (decimal): -11500693 or 7045968. OLE color: 7045968.

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

Color convert

RGB 80 131 107 -
CMYK 0.39 0 0.18 0.49
HSL 151.76º 0.24% 0.41% -
HSV(B) 151.76º 0.39% 0.51% -
XYZ 14.08 19 16.84 -
YUV 113.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 80 131 107 0.39 0 0.18 0.49 151.76 0.24 0.41
Hex 50 83 6B 27 0 12 31 98 18 29
Octal 120 203 153 47 0 22 61 230 30 51
Binary 1010000 10000011 1101011 100111 0 10010 110001 10011000 11000 101001

Color Harmonies of #50836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50836B

Black with #50836B

Text Example


Text Example

White with #50836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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