#548473

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

Shades of Cutty Sark #548473

Tints of Cutty Sark #548473

Color information

#548473 (or 0x548473) is unknown color: approx Cutty Sark. HEX triplet: 54, 84 and 73. RGB value is (84,132,115). Sum of RGB (Red+Green+Blue) = 84+132+115=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #548473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548473 is #AB7B8C. Grayscale: #737373. Windows color (decimal): -11238285 or 7570516. OLE color: 7570516.

HSL color Cylindrical-coordinate representation of color #548473: hue angle of 158.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548473 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB84132115-
CMYK0.3600.130.48
HSL158.75º22.22%42.35%-
HSV(B)158.75º36.36%51.76%-
XYZ1519.6319.22-
YUV115.71127.6105.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=25.38%
G=39.88%
B=34.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841321150.3600.130.48158.7522.2242.35
Hex548473240D309f162a
Octal12420416344015602372652
Binary1010100100001001110011100100011011100001001111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548473; }

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

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

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

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

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

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

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

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