#537F6E

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

Shades of Cutty Sark #537F6E

Tints of Cutty Sark #537F6E

Color information

#537F6E (or 0x537F6E) is unknown color: approx Cutty Sark. HEX triplet: 53, 7F and 6E. RGB value is (83,127,110). Sum of RGB (Red+Green+Blue) = 83+127+110=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #537F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F6E is #AC8091. Grayscale: #6F6F6F. Windows color (decimal): -11305106 or 7241555. OLE color: 7241555.

HSL color Cylindrical-coordinate representation of color #537F6E: hue angle of 156.82º 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 #537F6E is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB83127110-
CMYK0.3500.130.50
HSL156.82º20.95%41.18%-
HSV(B)156.82º34.65%49.8%-
XYZ13.9718.1417.52-
YUV111.91126.92107.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=25.94%
G=39.69%
B=34.38%

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
Decimal831271100.3500.130.50156.8220.9541.18
Hex537F6E230D329d1529
Octal12317715643015622352551
Binary101001111111111101110100011011011100101001110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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