#537B68

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

Shades of Cutty Sark #537B68

Tints of Cutty Sark #537B68

Color information

#537B68 (or 0x537B68) is unknown color: approx Cutty Sark. HEX triplet: 53, 7B and 68. RGB value is (83,123,104). Sum of RGB (Red+Green+Blue) = 83+123+104=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 123 - color contains mainly: green. Hex color #537B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B68 is #AC8497. Grayscale: #6C6C6C. Windows color (decimal): -11306136 or 6847315. OLE color: 6847315.

HSL color Cylindrical-coordinate representation of color #537B68: hue angle of 151.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 #537B68 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB83123104-
CMYK0.3300.150.52
HSL151.5º19.42%40.39%-
HSV(B)151.5º32.52%48.24%-
XYZ13.151715.69-
YUV108.87125.25109.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 123 (48.44% from 255) = 39.68%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=26.77%
G=39.68%
B=33.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831231040.3300.150.52151.519.4240.39
Hex537B68210F34981328
Octal12317315041017642302350
Binary101001111110111101000100001011111101001001100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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