#537D6C

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

Shades of Cutty Sark #537D6C

Tints of Cutty Sark #537D6C

Color information

#537D6C (or 0x537D6C) is unknown color: approx Cutty Sark. HEX triplet: 53, 7D and 6C. RGB value is (83,125,108). Sum of RGB (Red+Green+Blue) = 83+125+108=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 125 - color contains mainly: green. Hex color #537D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537D6C is #AC8293. Grayscale: #6E6E6E. Windows color (decimal): -11305620 or 7109971. OLE color: 7109971.

HSL color Cylindrical-coordinate representation of color #537D6C: hue angle of 155.71º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #537D6C is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB83125108-
CMYK0.3400.140.51
HSL155.71º20.19%40.78%-
HSV(B)155.71º33.6%49.02%-
XYZ13.6117.5916.87-
YUV110.5126.59108.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=26.27%
G=39.56%
B=34.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831251080.3400.140.51155.7120.1940.78
Hex537D6C220E339c1429
Octal12317515442016632342451
Binary101001111111011101100100010011101100111001110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,125,108); }

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

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

 a { background-color: rgb(83,125,108); }

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

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

 span { border-color: rgb(83,125,108); }

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