Html Css Color HEX #50856E Cutty Sark

📋 copy color: '#50856E'

red 80 ◦ green 133 ◦ blue 110

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

Shades of Cutty Sark #50856E

Tints of Cutty Sark #50856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.18%

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 24.77%
G = 41.18%
B = 34.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#50856E (or 0x50856E) is known color: Cutty Sark. HEX triplet: 50, 85 and 6E. RGB value is (80,133,110). Sum of RGB (Red+Green+Blue) = 80+133+110=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #50856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50856E is #AF7A91. Grayscale: #727272. Windows color (decimal): -11500178 or 7243088. OLE color: 7243088.

HSL color Cylindrical-coordinate representation of color #50856E: hue angle of 153.96º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50856E is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 110 -
CMYK 0.40 0 0.17 0.48
HSL 153.96º 0.25% 0.42% -
HSV(B) 153.96º 0.4% 0.52% -
XYZ 14.51 19.61 17.77 -
YUV 114.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 80 133 110 0.40 0 0.17 0.48 153.96 0.25 0.42
Hex 50 85 6E 28 0 11 30 9A 19 2A
Octal 120 205 156 50 0 21 60 232 31 52
Binary 1010000 10000101 1101110 101000 0 10001 110000 10011010 11001 101010

Color Harmonies of #50856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50856E

Black with #50856E

Text Example


Text Example

White with #50856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50856E; }

 p { color: rgb(80,133,110); }

 H1.HeaderClassName
 {
   color: #50856E;
 }
 .AnyTagClassName
 {
   color: #50856E;
 }
</style>

background-color css

<style>
 a { background-color: #50856E; }

 a { background-color: rgb(80,133,110); }

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

border-color css

<style>
 span { border-color: #50856E; }

 span { border-color: rgb(80,133,110); }

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