#548774

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

Shades of Cutty Sark #548774

Tints of Cutty Sark #548774

Color information

#548774 (or 0x548774) is unknown color: approx Cutty Sark. HEX triplet: 54, 87 and 74. RGB value is (84,135,116). Sum of RGB (Red+Green+Blue) = 84+135+116=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #548774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548774 is #AB788B. Grayscale: #757575. Windows color (decimal): -11237516 or 7636820. OLE color: 7636820.

HSL color Cylindrical-coordinate representation of color #548774: hue angle of 157.65º 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 #548774 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB84135116-
CMYK0.3800.140.47
HSL157.65º23.29%42.94%-
HSV(B)157.65º37.78%52.94%-
XYZ15.4720.4719.66-
YUV117.58127.1104.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 135 (53.12% from 255) = 40.30%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=25.07%
G=40.30%
B=34.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841351160.3800.140.47157.6523.2942.94
Hex548774260E2F9e172b
Octal12420716446016572362753
Binary1010100100001111110100100110011101011111001111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548774; }

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

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

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

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

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

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

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

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