#508676

Color #508676 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #508676

Tints of Cutty Sark #508676

Color information

#508676 (or 0x508676) is unknown color: approx Cutty Sark. HEX triplet: 50, 86 and 76. RGB value is (80,134,118). Sum of RGB (Red+Green+Blue) = 80+134+118=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #508676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508676 is #AF7989. Grayscale: #747474. Windows color (decimal): -11499914 or 7767632. OLE color: 7767632.

HSL color Cylindrical-coordinate representation of color #508676: hue angle of 162.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508676 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB80134118-
CMYK0.4000.120.47
HSL162.22º25.23%41.96%-
HSV(B)162.22º40.3%52.55%-
XYZ15.120.0620.22-
YUV116.03129.11102.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=24.10%
G=40.36%
B=35.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801341180.4000.120.47162.2225.2341.96
Hex508676280C2Fa2192a
Octal12020616650014572423152
Binary1010000100001101110110101000011001011111010001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508676; }

 p { color: rgb(80,134,118); }

 H1.HeaderClassName
 {
   color: #508676;
 }
 .AnyTagClassName
 {
   color: #508676;
 }
</style>
background-color css

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

 a { background-color: rgb(80,134,118); }

 div.DivClassName
 {
   background-color: #508676;
 }
 .BgClassName
 {
   background-color: #508676;
 }
</style>
border-color css

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

 span { border-color: rgb(80,134,118); }

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