#548575

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

Shades of Cutty Sark #548575

Tints of Cutty Sark #548575

Color information

#548575 (or 0x548575) is unknown color: approx Cutty Sark. HEX triplet: 54, 85 and 75. RGB value is (84,133,117). Sum of RGB (Red+Green+Blue) = 84+133+117=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #548575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548575 is #AB7A8A. Grayscale: #747474. Windows color (decimal): -11238027 or 7701844. OLE color: 7701844.

HSL color Cylindrical-coordinate representation of color #548575: hue angle of 160.41º 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 #548575 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB84133117-
CMYK0.3700.120.48
HSL160.41º22.58%42.55%-
HSV(B)160.41º36.84%52.16%-
XYZ15.2519.9419.88-
YUV116.52128.27104.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=25.15%
G=39.82%
B=35.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841331170.3700.120.48160.4122.5842.55
Hex548575250C30a0172b
Octal12420516545014602402753
Binary1010100100001011110101100101011001100001010000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548575; }

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

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

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

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

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

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

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

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