#537E6E

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

Shades of Cutty Sark #537E6E

Tints of Cutty Sark #537E6E

Color information

#537E6E (or 0x537E6E) is unknown color: approx Cutty Sark. HEX triplet: 53, 7E and 6E. RGB value is (83,126,110). Sum of RGB (Red+Green+Blue) = 83+126+110=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 126 - color contains mainly: green. Hex color #537E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E6E is #AC8191. Grayscale: #6F6F6F. Windows color (decimal): -11305362 or 7241299. OLE color: 7241299.

HSL color Cylindrical-coordinate representation of color #537E6E: hue angle of 157.67º degrees, saturation: 0.21, 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 #537E6E is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB83126110-
CMYK0.3400.130.51
HSL157.67º20.57%40.98%-
HSV(B)157.67º34.13%49.41%-
XYZ13.8417.8917.47-
YUV111.32127.25107.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 126 (49.61% from 255) = 39.50%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=26.02%
G=39.50%
B=34.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831261100.3400.130.51157.6720.5740.98
Hex537E6E220D339e1529
Octal12317615642015632362551
Binary101001111111101101110100010011011100111001111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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