#548174

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

Shades of Cutty Sark #548174

Tints of Cutty Sark #548174

Color information

#548174 (or 0x548174) is unknown color: approx Cutty Sark. HEX triplet: 54, 81 and 74. RGB value is (84,129,116). Sum of RGB (Red+Green+Blue) = 84+129+116=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #548174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548174 is #AB7E8B. Grayscale: #727272. Windows color (decimal): -11239052 or 7635284. OLE color: 7635284.

HSL color Cylindrical-coordinate representation of color #548174: hue angle of 162.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #548174 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB84129116-
CMYK0.3500.100.49
HSL162.67º21.13%41.76%-
HSV(B)162.67º34.88%50.59%-
XYZ14.6618.8519.39-
YUV114.06129.09106.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=25.53%
G=39.21%
B=35.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841291160.3500.100.49162.6721.1341.76
Hex548174230A31a3152a
Octal12420116443012612432552
Binary1010100100000011110100100011010101100011010001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548174; }

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

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

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

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

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

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

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

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