#537669

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

Shades of Cutty Sark #537669

Tints of Cutty Sark #537669

Color information

#537669 (or 0x537669) is unknown color: approx Cutty Sark. HEX triplet: 53, 76 and 69. RGB value is (83,118,105). Sum of RGB (Red+Green+Blue) = 83+118+105=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #537669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537669 is #AC8996. Grayscale: #6A6A6A. Windows color (decimal): -11307415 or 6911571. OLE color: 6911571.

HSL color Cylindrical-coordinate representation of color #537669: hue angle of 157.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537669 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB83118105-
CMYK0.3000.110.54
HSL157.71º17.41%39.41%-
HSV(B)157.71º29.66%46.27%-
XYZ12.615.8215.75-
YUV106.05127.4111.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=27.12%
G=38.56%
B=34.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831181050.3000.110.54157.7117.4139.41
Hex5376691E0B369e1127
Octal12316615136013662362147
Binary10100111110110110100111110010111101101001111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537669; }

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

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

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

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

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

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

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

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