#537F71

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

Shades of Cutty Sark #537F71

Tints of Cutty Sark #537F71

Color information

#537F71 (or 0x537F71) is unknown color: approx Cutty Sark. HEX triplet: 53, 7F and 71. RGB value is (83,127,113). Sum of RGB (Red+Green+Blue) = 83+127+113=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 127 - color contains mainly: green. Hex color #537F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F71 is #AC808E. Grayscale: #707070. Windows color (decimal): -11305103 or 7438163. OLE color: 7438163.

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

Color convert

RGB83127113-
CMYK0.3500.110.50
HSL160.91º20.95%41.18%-
HSV(B)160.91º34.65%49.8%-
XYZ14.1418.2118.39-
YUV112.25128.42107.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 127 (50% from 255) = 39.32%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=25.70%
G=39.32%
B=34.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831271130.3500.110.50160.9120.9541.18
Hex537F71230B32a11529
Octal12317716143013622412551
Binary101001111111111110001100011010111100101010000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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