#537768

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

Shades of Cutty Sark #537768

Tints of Cutty Sark #537768

Color information

#537768 (or 0x537768) is unknown color: approx Cutty Sark. HEX triplet: 53, 77 and 68. RGB value is (83,119,104). Sum of RGB (Red+Green+Blue) = 83+119+104=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #537768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537768 is #AC8897. Grayscale: #6A6A6A. Windows color (decimal): -11307160 or 6846291. OLE color: 6846291.

HSL color Cylindrical-coordinate representation of color #537768: hue angle of 155º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537768 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB83119104-
CMYK0.3000.130.53
HSL155º17.82%39.61%-
HSV(B)155º30.25%46.67%-
XYZ12.6616.0315.52-
YUV106.53126.57111.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=27.12%
G=38.89%
B=33.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831191040.3000.130.5315517.8239.61
Hex5377681E0D359b1228
Octal12316715036015652332250
Binary10100111110111110100011110011011101011001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537768; }

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

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

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

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

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

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

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

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