Html Css Color HEX #50836F Cutty Sark

📋 copy color: '#50836F'

red 80 ◦ green 131 ◦ blue 111

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

Shades of Cutty Sark #50836F

Tints of Cutty Sark #50836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 24.84%
G = 40.68%
B = 34.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#50836F (or 0x50836F) is known color: Cutty Sark. HEX triplet: 50, 83 and 6F. RGB value is (80,131,111). Sum of RGB (Red+Green+Blue) = 80+131+111=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #50836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50836F is #AF7C90. Grayscale: #717171. Windows color (decimal): -11500689 or 7308112. OLE color: 7308112.

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

Color convert

RGB 80 131 111 -
CMYK 0.39 0 0.15 0.49
HSL 156.47º 0.24% 0.41% -
HSV(B) 156.47º 0.39% 0.51% -
XYZ 14.29 19.09 17.97 -
YUV 113.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 80 131 111 0.39 0 0.15 0.49 156.47 0.24 0.41
Hex 50 83 6F 27 0 F 31 9C 18 29
Octal 120 203 157 47 0 17 61 234 30 51
Binary 1010000 10000011 1101111 100111 0 1111 110001 10011100 11000 101001

Color Harmonies of #50836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50836F

Black with #50836F

Text Example


Text Example

White with #50836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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