#537F6F

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

Shades of Cutty Sark #537F6F

Tints of Cutty Sark #537F6F

Color information

#537F6F (or 0x537F6F) is unknown color: approx Cutty Sark. HEX triplet: 53, 7F and 6F. RGB value is (83,127,111). Sum of RGB (Red+Green+Blue) = 83+127+111=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 127 - color contains mainly: green. Hex color #537F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F6F is #AC8090. Grayscale: #707070. Windows color (decimal): -11305105 or 7307091. OLE color: 7307091.

HSL color Cylindrical-coordinate representation of color #537F6F: hue angle of 158.18º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537F6F is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB83127111-
CMYK0.3500.130.50
HSL158.18º20.95%41.18%-
HSV(B)158.18º34.65%49.8%-
XYZ14.0318.1717.81-
YUV112.02127.42107.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=25.86%
G=39.56%
B=34.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831271110.3500.130.50158.1820.9541.18
Hex537F6F230D329e1529
Octal12317715743015622362551
Binary101001111111111101111100011011011100101001111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537F6F; }

 p { color: rgb(83,127,111); }

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

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

 a { background-color: rgb(83,127,111); }

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

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

 span { border-color: rgb(83,127,111); }

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