#537968

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

Shades of Cutty Sark #537968

Tints of Cutty Sark #537968

Color information

#537968 (or 0x537968) is unknown color: approx Cutty Sark. HEX triplet: 53, 79 and 68. RGB value is (83,121,104). Sum of RGB (Red+Green+Blue) = 83+121+104=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #537968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537968 is #AC8697. Grayscale: #6B6B6B. Windows color (decimal): -11306648 or 6846803. OLE color: 6846803.

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

Color convert

RGB83121104-
CMYK0.3100.140.53
HSL153.16º18.63%40%-
HSV(B)153.16º31.4%47.45%-
XYZ12.916.5115.6-
YUV107.7125.91110.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=26.95%
G=39.29%
B=33.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831211040.3100.140.53153.1618.6340
Hex5379681F0E35991328
Octal12317115037016652312350
Binary10100111111001110100011111011101101011001100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537968; }

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

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

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

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

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

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

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

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