#537366

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

Shades of Cutty Sark #537366

Tints of Cutty Sark #537366

Color information

#537366 (or 0x537366) is unknown color: approx Cutty Sark. HEX triplet: 53, 73 and 66. RGB value is (83,115,102). Sum of RGB (Red+Green+Blue) = 83+115+102=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #537366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537366 is #AC8C99. Grayscale: #676767. Windows color (decimal): -11308186 or 6714195. OLE color: 6714195.

HSL color Cylindrical-coordinate representation of color #537366: hue angle of 155.62º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #537366 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB83115102-
CMYK0.2800.110.55
HSL155.62º16.16%38.82%-
HSV(B)155.62º27.83%45.1%-
XYZ12.115.0614.84-
YUV103.95126.9113.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 102 (40.23% from 255) = 34%
R=27.67%
G=38.33%
B=34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831151020.2800.110.55155.6216.1638.82
Hex5373661C0B379c1027
Octal12316314634013672342047
Binary10100111110011110011011100010111101111001110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537366; }

 p { color: rgb(83,115,102); }

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

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

 a { background-color: rgb(83,115,102); }

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

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

 span { border-color: rgb(83,115,102); }

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