#537969

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

Shades of Cutty Sark #537969

Tints of Cutty Sark #537969

Color information

#537969 (or 0x537969) is unknown color: approx Cutty Sark. HEX triplet: 53, 79 and 69. RGB value is (83,121,105). Sum of RGB (Red+Green+Blue) = 83+121+105=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #537969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537969 is #AC8696. Grayscale: #6B6B6B. Windows color (decimal): -11306647 or 6912339. OLE color: 6912339.

HSL color Cylindrical-coordinate representation of color #537969: hue angle of 154.74º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537969 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB83121105-
CMYK0.3100.130.53
HSL154.74º18.63%40%-
HSV(B)154.74º31.4%47.45%-
XYZ12.9516.5315.87-
YUV107.81126.41110.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=26.86%
G=39.16%
B=33.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831211050.3100.130.53154.7418.6340
Hex5379691F0D359b1328
Octal12317115137015652332350
Binary10100111111001110100111111011011101011001101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537969; }

 p { color: rgb(83,121,105); }

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

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

 a { background-color: rgb(83,121,105); }

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

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

 span { border-color: rgb(83,121,105); }

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