#548874

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

Shades of Cutty Sark #548874

Tints of Cutty Sark #548874

Color information

#548874 (or 0x548874) is unknown color: approx Cutty Sark. HEX triplet: 54, 88 and 74. RGB value is (84,136,116). Sum of RGB (Red+Green+Blue) = 84+136+116=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #548874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548874 is #AB778B. Grayscale: #767676. Windows color (decimal): -11237260 or 7637076. OLE color: 7637076.

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

Color convert

RGB84136116-
CMYK0.3800.150.47
HSL156.92º23.64%43.14%-
HSV(B)156.92º38.24%53.33%-
XYZ15.6120.7519.71-
YUV118.17126.77103.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=25%
G=40.48%
B=34.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841361160.3800.150.47156.9223.6443.14
Hex548874260F2F9d182b
Octal12421016446017572353053
Binary1010100100010001110100100110011111011111001110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548874; }

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

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

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

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

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

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

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

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