#507B68

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

Shades of Cutty Sark #507B68

Tints of Cutty Sark #507B68

Color information

#507B68 (or 0x507B68) is unknown color: approx Cutty Sark. HEX triplet: 50, 7B and 68. RGB value is (80,123,104). Sum of RGB (Red+Green+Blue) = 80+123+104=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 123 - color contains mainly: green. Hex color #507B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B68 is #AF8497. Grayscale: #6C6C6C. Windows color (decimal): -11502744 or 6847312. OLE color: 6847312.

HSL color Cylindrical-coordinate representation of color #507B68: hue angle of 153.49º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507B68 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB80123104-
CMYK0.3500.150.52
HSL153.49º21.18%39.8%-
HSV(B)153.49º34.96%48.24%-
XYZ12.8916.8715.67-
YUV107.98125.75108.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=26.06%
G=40.07%
B=33.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801231040.3500.150.52153.4921.1839.8
Hex507B68230F34991528
Octal12017315043017642312550
Binary101000011110111101000100011011111101001001100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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