Html Css Color HEX #508F75 Cutty Sark

📋 copy color: '#508F75'

red 80 ◦ green 143 ◦ blue 117

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

Shades of Cutty Sark #508F75

Tints of Cutty Sark #508F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.06%

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 23.53%
G = 42.06%
B = 34.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#508F75 (or 0x508F75) is known color: Cutty Sark. HEX triplet: 50, 8F and 75. RGB value is (80,143,117). Sum of RGB (Red+Green+Blue) = 80+143+117=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 143 - color contains mainly: green. Hex color #508F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508F75 is #AF708A. Grayscale: #797979. Windows color (decimal): -11497611 or 7704400. OLE color: 7704400.

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

Color convert

RGB 80 143 117 -
CMYK 0.44 0 0.18 0.44
HSL 155.24º 0.28% 0.44% -
HSV(B) 155.24º 0.44% 0.56% -
XYZ 16.34 22.63 20.34 -
YUV 121.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 80 143 117 0.44 0 0.18 0.44 155.24 0.28 0.44
Hex 50 8F 75 2C 0 12 2C 9B 1C 2C
Octal 120 217 165 54 0 22 54 233 34 54
Binary 1010000 10001111 1110101 101100 0 10010 101100 10011011 11100 101100

Color Harmonies of #508F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508F75

Black with #508F75

Text Example


Text Example

White with #508F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,143,117); }

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

background-color css

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

 a { background-color: rgb(80,143,117); }

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

border-color css

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

 span { border-color: rgb(80,143,117); }

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