#537B6C

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

Shades of Cutty Sark #537B6C

Tints of Cutty Sark #537B6C

Color information

#537B6C (or 0x537B6C) is unknown color: approx Cutty Sark. HEX triplet: 53, 7B and 6C. RGB value is (83,123,108). Sum of RGB (Red+Green+Blue) = 83+123+108=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #537B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B6C is #AC8493. Grayscale: #6D6D6D. Windows color (decimal): -11306132 or 7109459. OLE color: 7109459.

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

Color convert

RGB83123108-
CMYK0.3300.120.52
HSL157.5º19.42%40.39%-
HSV(B)157.5º32.52%48.24%-
XYZ13.3617.0916.78-
YUV109.33127.25109.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=26.43%
G=39.17%
B=34.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831231080.3300.120.52157.519.4240.39
Hex537B6C210C349e1328
Octal12317315441014642362350
Binary101001111110111101100100001011001101001001111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,123,108); }

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

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

 a { background-color: rgb(83,123,108); }

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

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

 span { border-color: rgb(83,123,108); }

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