#578271

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

Shades of Cutty Sark #578271

Tints of Cutty Sark #578271

Color information

#578271 (or 0x578271) is unknown color: approx Cutty Sark. HEX triplet: 57, 82 and 71. RGB value is (87,130,113). Sum of RGB (Red+Green+Blue) = 87+130+113=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #578271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578271 is #A87D8E. Grayscale: #737373. Windows color (decimal): -11042191 or 7438935. OLE color: 7438935.

HSL color Cylindrical-coordinate representation of color #578271: hue angle of 156.28º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #578271 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB87130113-
CMYK0.3300.130.49
HSL156.28º19.82%42.55%-
HSV(B)156.28º33.08%50.98%-
XYZ14.8919.1818.54-
YUV115.21126.75107.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=26.36%
G=39.39%
B=34.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871301130.3300.130.49156.2819.8242.55
Hex578271210D319c142b
Octal12720216141015612342453
Binary1010111100000101110001100001011011100011001110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578271; }

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

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

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

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

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

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

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

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