#547669

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

Shades of Cutty Sark #547669

Tints of Cutty Sark #547669

Color information

#547669 (or 0x547669) is unknown color: approx Cutty Sark. HEX triplet: 54, 76 and 69. RGB value is (84,118,105). Sum of RGB (Red+Green+Blue) = 84+118+105=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #547669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547669 is #AB8996. Grayscale: #6A6A6A. Windows color (decimal): -11241879 or 6911572. OLE color: 6911572.

HSL color Cylindrical-coordinate representation of color #547669: hue angle of 157.06º 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 #547669 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB84118105-
CMYK0.2900.110.54
HSL157.06º16.83%39.61%-
HSV(B)157.06º28.81%46.27%-
XYZ12.6815.8615.76-
YUV106.35127.24112.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=27.36%
G=38.44%
B=34.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841181050.2900.110.54157.0616.8339.61
Hex5476691D0B369d1128
Octal12416615135013662352150
Binary10101001110110110100111101010111101101001110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547669; }

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

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

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

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

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

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

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

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