#547969

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

Shades of Cutty Sark #547969

Tints of Cutty Sark #547969

Color information

#547969 (or 0x547969) is unknown color: approx Cutty Sark. HEX triplet: 54, 79 and 69. RGB value is (84,121,105). Sum of RGB (Red+Green+Blue) = 84+121+105=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #547969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547969 is #AB8696. Grayscale: #6C6C6C. Windows color (decimal): -11241111 or 6912340. OLE color: 6912340.

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

Color convert

RGB84121105-
CMYK0.3100.130.53
HSL154.05º18.05%40.2%-
HSV(B)154.05º30.58%47.45%-
XYZ13.0416.5815.88-
YUV108.11126.24110.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=27.10%
G=39.03%
B=33.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841211050.3100.130.53154.0518.0540.2
Hex5479691F0D359a1228
Octal12417115137015652322250
Binary10101001111001110100111111011011101011001101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547969; }

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

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

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

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

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

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

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

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