#548772

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

Shades of Cutty Sark #548772

Tints of Cutty Sark #548772

Color information

#548772 (or 0x548772) is unknown color: approx Cutty Sark. HEX triplet: 54, 87 and 72. RGB value is (84,135,114). Sum of RGB (Red+Green+Blue) = 84+135+114=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #548772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548772 is #AB788D. Grayscale: #757575. Windows color (decimal): -11237518 or 7505748. OLE color: 7505748.

HSL color Cylindrical-coordinate representation of color #548772: hue angle of 155.29º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548772 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB84135114-
CMYK0.3800.160.47
HSL155.29º23.29%42.94%-
HSV(B)155.29º37.78%52.94%-
XYZ15.3620.4319.05-
YUV117.36126.1104.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=25.23%
G=40.54%
B=34.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841351140.3800.160.47155.2923.2942.94
Hex548772260102F9b172b
Octal12420716246020572332753
Binary10101001000011111100101001100100001011111001101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548772; }

 p { color: rgb(84,135,114); }

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

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

 a { background-color: rgb(84,135,114); }

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

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

 span { border-color: rgb(84,135,114); }

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