#547367

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

Shades of Cutty Sark #547367

Tints of Cutty Sark #547367

Color information

#547367 (or 0x547367) is unknown color: approx Cutty Sark. HEX triplet: 54, 73 and 67. RGB value is (84,115,103). Sum of RGB (Red+Green+Blue) = 84+115+103=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #547367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547367 is #AB8C98. Grayscale: #686868. Windows color (decimal): -11242649 or 6779732. OLE color: 6779732.

HSL color Cylindrical-coordinate representation of color #547367: hue angle of 156.77º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #547367 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB84115103-
CMYK0.2700.100.55
HSL156.77º15.58%39.02%-
HSV(B)156.77º26.96%45.1%-
XYZ12.2415.1315.11-
YUV104.36127.23113.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.81%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 103 (40.62% from 255) = 34.11%
R=27.81%
G=38.08%
B=34.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal841151030.2700.100.55156.7715.5839.02
Hex5473671B0A379d1027
Octal12416314733012672352047
Binary10101001110011110011111011010101101111001110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547367; }

 p { color: rgb(84,115,103); }

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

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

 a { background-color: rgb(84,115,103); }

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

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

 span { border-color: rgb(84,115,103); }

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