#537967

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

Shades of Cutty Sark #537967

Tints of Cutty Sark #537967

Color information

#537967 (or 0x537967) is unknown color: approx Cutty Sark. HEX triplet: 53, 79 and 67. RGB value is (83,121,103). Sum of RGB (Red+Green+Blue) = 83+121+103=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #537967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537967 is #AC8698. Grayscale: #6B6B6B. Windows color (decimal): -11306649 or 6781267. OLE color: 6781267.

HSL color Cylindrical-coordinate representation of color #537967: hue angle of 151.58º 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 #537967 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB83121103-
CMYK0.3100.150.53
HSL151.58º18.63%40%-
HSV(B)151.58º31.4%47.45%-
XYZ12.8516.4915.34-
YUV107.59125.41110.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=27.04%
G=39.41%
B=33.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831211030.3100.150.53151.5818.6340
Hex5379671F0F35981328
Octal12317114737017652302350
Binary10100111111001110011111111011111101011001100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537967; }

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

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

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

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

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

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

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

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