#507868

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

Shades of Cutty Sark #507868

Tints of Cutty Sark #507868

Color information

#507868 (or 0x507868) is unknown color: approx Cutty Sark. HEX triplet: 50, 78 and 68. RGB value is (80,120,104). Sum of RGB (Red+Green+Blue) = 80+120+104=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #507868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507868 is #AF8797. Grayscale: #6A6A6A. Windows color (decimal): -11503512 or 6846544. OLE color: 6846544.

HSL color Cylindrical-coordinate representation of color #507868: hue angle of 156º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507868 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB80120104-
CMYK0.3300.130.53
HSL156º20%39.22%-
HSV(B)156º33.33%47.06%-
XYZ12.5216.1415.55-
YUV106.22126.75109.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=26.32%
G=39.47%
B=34.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal801201040.3300.130.531562039.22
Hex507868210D359c1427
Octal12017015041015652342447
Binary101000011110001101000100001011011101011001110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507868; }

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

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

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

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

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

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

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

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