#547668

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

Shades of Cutty Sark #547668

Tints of Cutty Sark #547668

Color information

#547668 (or 0x547668) is unknown color: approx Cutty Sark. HEX triplet: 54, 76 and 68. RGB value is (84,118,104). Sum of RGB (Red+Green+Blue) = 84+118+104=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #547668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547668 is #AB8997. Grayscale: #6A6A6A. Windows color (decimal): -11241880 or 6846036. OLE color: 6846036.

HSL color Cylindrical-coordinate representation of color #547668: hue angle of 155.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #547668 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB84118104-
CMYK0.2900.120.54
HSL155.29º16.83%39.61%-
HSV(B)155.29º28.81%46.27%-
XYZ12.6315.8415.49-
YUV106.24126.74112.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=27.45%
G=38.56%
B=33.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841181040.2900.120.54155.2916.8339.61
Hex5476681D0C369b1128
Octal12416615035014662332150
Binary10101001110110110100011101011001101101001101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547668; }

 p { color: rgb(84,118,104); }

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

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

 a { background-color: rgb(84,118,104); }

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

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

 span { border-color: rgb(84,118,104); }

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