#548573

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

Shades of Cutty Sark #548573

Tints of Cutty Sark #548573

Color information

#548573 (or 0x548573) is unknown color: approx Cutty Sark. HEX triplet: 54, 85 and 73. RGB value is (84,133,115). Sum of RGB (Red+Green+Blue) = 84+133+115=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #548573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548573 is #AB7A8C. Grayscale: #747474. Windows color (decimal): -11238029 or 7570772. OLE color: 7570772.

HSL color Cylindrical-coordinate representation of color #548573: hue angle of 157.96º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #548573 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB84133115-
CMYK0.3700.140.48
HSL157.96º22.58%42.55%-
HSV(B)157.96º36.84%52.16%-
XYZ15.1419.919.26-
YUV116.3127.27104.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=25.30%
G=40.06%
B=34.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841331150.3700.140.48157.9622.5842.55
Hex548573250E309e172b
Octal12420516345016602362753
Binary1010100100001011110011100101011101100001001111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548573; }

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

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

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

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

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

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

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

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