#537667

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

Shades of Cutty Sark #537667

Tints of Cutty Sark #537667

Color information

#537667 (or 0x537667) is unknown color: approx Cutty Sark. HEX triplet: 53, 76 and 67. RGB value is (83,118,103). Sum of RGB (Red+Green+Blue) = 83+118+103=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #537667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537667 is #AC8998. Grayscale: #696969. Windows color (decimal): -11307417 or 6780499. OLE color: 6780499.

HSL color Cylindrical-coordinate representation of color #537667: hue angle of 154.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537667 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB83118103-
CMYK0.3000.130.54
HSL154.29º17.41%39.41%-
HSV(B)154.29º29.66%46.27%-
XYZ12.4915.7815.22-
YUV105.82126.4111.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 103 (40.62% from 255) = 33.88%
R=27.30%
G=38.82%
B=33.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831181030.3000.130.54154.2917.4139.41
Hex5376671E0D369a1127
Octal12316614736015662322147
Binary10100111110110110011111110011011101101001101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537667; }

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

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

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

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

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

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

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

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