#507F68

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

Shades of Cutty Sark #507F68

Tints of Cutty Sark #507F68

Color information

#507F68 (or 0x507F68) is unknown color: approx Cutty Sark. HEX triplet: 50, 7F and 68. RGB value is (80,127,104). Sum of RGB (Red+Green+Blue) = 80+127+104=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 127 - color contains mainly: green. Hex color #507F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F68 is #AF8097. Grayscale: #6E6E6E. Windows color (decimal): -11501720 or 6848336. OLE color: 6848336.

HSL color Cylindrical-coordinate representation of color #507F68: hue angle of 150.64º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F68 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB80127104-
CMYK0.3700.180.50
HSL150.64º22.71%40.59%-
HSV(B)150.64º37.01%49.8%-
XYZ13.417.8815.84-
YUV110.32124.43106.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 127 (50% from 255) = 40.84%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=25.72%
G=40.84%
B=33.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal801271040.3700.180.50150.6422.7140.59
Hex507F682501232971729
Octal12017715045022622272751
Binary1010000111111111010001001010100101100101001011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507F68; }

 p { color: rgb(80,127,104); }

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

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

 a { background-color: rgb(80,127,104); }

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

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

 span { border-color: rgb(80,127,104); }

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