#537A69

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

Shades of Cutty Sark #537A69

Tints of Cutty Sark #537A69

Color information

#537A69 (or 0x537A69) is unknown color: approx Cutty Sark. HEX triplet: 53, 7A and 69. RGB value is (83,122,105). Sum of RGB (Red+Green+Blue) = 83+122+105=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #537A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A69 is #AC8596. Grayscale: #6C6C6C. Windows color (decimal): -11306391 or 6912595. OLE color: 6912595.

HSL color Cylindrical-coordinate representation of color #537A69: hue angle of 153.85º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A69 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB83122105-
CMYK0.3200.140.52
HSL153.85º19.02%40.2%-
HSV(B)153.85º31.97%47.84%-
XYZ13.0816.7815.91-
YUV108.4126.08109.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=26.77%
G=39.35%
B=33.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831221050.3200.140.52153.8519.0240.2
Hex537A69200E349a1328
Octal12317215140016642322350
Binary101001111110101101001100000011101101001001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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