#548273

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

Shades of Cutty Sark #548273

Tints of Cutty Sark #548273

Color information

#548273 (or 0x548273) is unknown color: approx Cutty Sark. HEX triplet: 54, 82 and 73. RGB value is (84,130,115). Sum of RGB (Red+Green+Blue) = 84+130+115=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #548273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548273 is #AB7D8C. Grayscale: #727272. Windows color (decimal): -11238797 or 7570004. OLE color: 7570004.

HSL color Cylindrical-coordinate representation of color #548273: hue angle of 160.43º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #548273 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB84130115-
CMYK0.3500.120.49
HSL160.43º21.5%41.96%-
HSV(B)160.43º35.38%50.98%-
XYZ14.7319.0919.13-
YUV114.54128.26106.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=25.53%
G=39.51%
B=34.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841301150.3500.120.49160.4321.541.96
Hex548273230C31a0152a
Octal12420216343014612402552
Binary1010100100000101110011100011011001100011010000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548273; }

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

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

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

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

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

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

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

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