#548271

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

Shades of Cutty Sark #548271

Tints of Cutty Sark #548271

Color information

#548271 (or 0x548271) is unknown color: approx Cutty Sark. HEX triplet: 54, 82 and 71. RGB value is (84,130,113). Sum of RGB (Red+Green+Blue) = 84+130+113=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #548271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548271 is #AB7D8E. Grayscale: #727272. Windows color (decimal): -11238799 or 7438932. OLE color: 7438932.

HSL color Cylindrical-coordinate representation of color #548271: hue angle of 157.83º 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 #548271 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB84130113-
CMYK0.3500.130.49
HSL157.83º21.5%41.96%-
HSV(B)157.83º35.38%50.98%-
XYZ14.6219.0418.53-
YUV114.31127.26106.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=25.69%
G=39.76%
B=34.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841301130.3500.130.49157.8321.541.96
Hex548271230D319e152a
Octal12420216143015612362552
Binary1010100100000101110001100011011011100011001111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548271; }

 p { color: rgb(84,130,113); }

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

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

 a { background-color: rgb(84,130,113); }

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

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

 span { border-color: rgb(84,130,113); }

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