#547569

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

Shades of Cutty Sark #547569

Tints of Cutty Sark #547569

Color information

#547569 (or 0x547569) is unknown color: approx Cutty Sark. HEX triplet: 54, 75 and 69. RGB value is (84,117,105). Sum of RGB (Red+Green+Blue) = 84+117+105=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #547569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547569 is #AB8A96. Grayscale: #696969. Windows color (decimal): -11242135 or 6911316. OLE color: 6911316.

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

Color convert

RGB84117105-
CMYK0.2800.100.54
HSL158.18º16.42%39.41%-
HSV(B)158.18º28.21%45.88%-
XYZ12.5715.6315.72-
YUV105.76127.57112.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=27.45%
G=38.24%
B=34.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841171050.2800.100.54158.1816.4239.41
Hex5475691C0A369e1027
Octal12416515134012662362047
Binary10101001110101110100111100010101101101001111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547569; }

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

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

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

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

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

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

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

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