#549173

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

Shades of Cutty Sark #549173

Tints of Cutty Sark #549173

Color information

#549173 (or 0x549173) is unknown color: approx Cutty Sark. HEX triplet: 54, 91 and 73. RGB value is (84,145,115). Sum of RGB (Red+Green+Blue) = 84+145+115=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #549173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549173 is #AB6E8C. Grayscale: #7B7B7B. Windows color (decimal): -11234957 or 7573844. OLE color: 7573844.

HSL color Cylindrical-coordinate representation of color #549173: hue angle of 150.49º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549173 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB84145115-
CMYK0.4200.210.43
HSL150.49º26.64%44.9%-
HSV(B)150.49º42.07%56.86%-
XYZ16.8823.3719.84-
YUV123.34123.2999.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=24.42%
G=42.15%
B=33.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841451150.4200.210.43150.4926.6444.9
Hex5491732A0152B961b2d
Octal12422116352025532263355
Binary10101001001000111100111010100101011010111001011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549173; }

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

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

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

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

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

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

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

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