Html Css Color HEX #508E73 Cutty Sark

📋 copy color: '#508E73'

red 80 ◦ green 142 ◦ blue 115

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

Shades of Cutty Sark #508E73

Tints of Cutty Sark #508E73

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.14%

 BLUE value IS 115 (45.31% from 255) = 34.12%

R = 23.74%
G = 42.14%
B = 34.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#508E73 (or 0x508E73) is known color: Cutty Sark. HEX triplet: 50, 8E and 73. RGB value is (80,142,115). Sum of RGB (Red+Green+Blue) = 80+142+115=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 142 - color contains mainly: green. Hex color #508E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E73 is #AF718C. Grayscale: #787878. Windows color (decimal): -11497869 or 7573072. OLE color: 7573072.

HSL color Cylindrical-coordinate representation of color #508E73: hue angle of 153.87º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508E73 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 142 115 -
CMYK 0.44 0 0.19 0.44
HSL 153.87º 0.28% 0.44% -
HSV(B) 153.87º 0.44% 0.56% -
XYZ 16.08 22.29 19.67 -
YUV 120.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 80 142 115 0.44 0 0.19 0.44 153.87 0.28 0.44
Hex 50 8E 73 2C 0 13 2C 9A 1C 2C
Octal 120 216 163 54 0 23 54 232 34 54
Binary 1010000 10001110 1110011 101100 0 10011 101100 10011010 11100 101100

Color Harmonies of #508E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E73

Black with #508E73

Text Example


Text Example

White with #508E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508E73; }

 p { color: rgb(80,142,115); }

 H1.HeaderClassName
 {
   color: #508E73;
 }
 .AnyTagClassName
 {
   color: #508E73;
 }
</style>

background-color css

<style>
 a { background-color: #508E73; }

 a { background-color: rgb(80,142,115); }

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

border-color css

<style>
 span { border-color: #508E73; }

 span { border-color: rgb(80,142,115); }

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