Html Css Color HEX #508E79 Cutty Sark

📋 copy color: '#508E79'

red 80 ◦ green 142 ◦ blue 121

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

Shades of Cutty Sark #508E79

Tints of Cutty Sark #508E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 23.32%
G = 41.4%
B = 35.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#508E79 (or 0x508E79) is known color: Cutty Sark. HEX triplet: 50, 8E and 79. RGB value is (80,142,121). Sum of RGB (Red+Green+Blue) = 80+142+121=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #508E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E79 is #AF7186. Grayscale: #797979. Windows color (decimal): -11497863 or 7966288. OLE color: 7966288.

HSL color Cylindrical-coordinate representation of color #508E79: hue angle of 159.68º 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 #508E79 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 142 121 -
CMYK 0.44 0 0.15 0.44
HSL 159.68º 0.28% 0.44% -
HSV(B) 159.68º 0.44% 0.56% -
XYZ 16.43 22.43 21.55 -
YUV 121.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 80 142 121 0.44 0 0.15 0.44 159.68 0.28 0.44
Hex 50 8E 79 2C 0 F 2C A0 1C 2C
Octal 120 216 171 54 0 17 54 240 34 54
Binary 1010000 10001110 1111001 101100 0 1111 101100 10100000 11100 101100

Color Harmonies of #508E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E79

Black with #508E79

Text Example


Text Example

White with #508E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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