#548D77

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

Shades of Cutty Sark #548D77

Tints of Cutty Sark #548D77

Color information

#548D77 (or 0x548D77) is unknown color: approx Cutty Sark. HEX triplet: 54, 8D and 77. RGB value is (84,141,119). Sum of RGB (Red+Green+Blue) = 84+141+119=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 141 - color contains mainly: green. Hex color #548D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D77 is #AB7288. Grayscale: #797979. Windows color (decimal): -11235977 or 7834964. OLE color: 7834964.

HSL color Cylindrical-coordinate representation of color #548D77: hue angle of 156.84º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548D77 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB84141119-
CMYK0.4000.160.45
HSL156.84º25.33%44.12%-
HSV(B)156.84º40.43%55.29%-
XYZ16.5122.2720.88-
YUV121.45126.62101.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 141 (55.47% from 255) = 40.99%
BLUE value IS 119 (46.88% from 255) = 34.59%
R=24.42%
G=40.99%
B=34.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841411190.4000.160.45156.8425.3344.12
Hex548D77280102D9d192c
Octal12421516750020552353154
Binary10101001000110111101111010000100001011011001110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548D77; }

 p { color: rgb(84,141,119); }

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

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

 a { background-color: rgb(84,141,119); }

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

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

 span { border-color: rgb(84,141,119); }

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