Html Css Color HEX #50836C Cutty Sark

📋 copy color: '#50836C'

red 80 ◦ green 131 ◦ blue 108

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

Shades of Cutty Sark #50836C

Tints of Cutty Sark #50836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 25.08%
G = 41.07%
B = 33.86%

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

#50836C (or 0x50836C) is known color: Cutty Sark. HEX triplet: 50, 83 and 6C. RGB value is (80,131,108). Sum of RGB (Red+Green+Blue) = 80+131+108=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #50836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50836C is #AF7C93. Grayscale: #717171. Windows color (decimal): -11500692 or 7111504. OLE color: 7111504.

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

Color convert

RGB 80 131 108 -
CMYK 0.39 0 0.18 0.49
HSL 152.94º 0.24% 0.41% -
HSV(B) 152.94º 0.39% 0.51% -
XYZ 14.13 19.02 17.11 -
YUV 113.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 80 131 108 0.39 0 0.18 0.49 152.94 0.24 0.41
Hex 50 83 6C 27 0 12 31 99 18 29
Octal 120 203 154 47 0 22 61 231 30 51
Binary 1010000 10000011 1101100 100111 0 10010 110001 10011001 11000 101001

Color Harmonies of #50836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50836C

Black with #50836C

Text Example


Text Example

White with #50836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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