#537F72

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

Shades of Cutty Sark #537F72

Tints of Cutty Sark #537F72

Color information

#537F72 (or 0x537F72) is unknown color: approx Cutty Sark. HEX triplet: 53, 7F and 72. RGB value is (83,127,114). Sum of RGB (Red+Green+Blue) = 83+127+114=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 127 - color contains mainly: green. Hex color #537F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F72 is #AC808D. Grayscale: #707070. Windows color (decimal): -11305102 or 7503699. OLE color: 7503699.

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

Color convert

RGB83127114-
CMYK0.3500.100.50
HSL162.27º20.95%41.18%-
HSV(B)162.27º34.65%49.8%-
XYZ14.1918.2318.69-
YUV112.36128.92107.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=25.62%
G=39.20%
B=35.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831271140.3500.100.50162.2720.9541.18
Hex537F72230A32a21529
Octal12317716243012622422551
Binary101001111111111110010100011010101100101010001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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