#578472

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

Shades of Cutty Sark #578472

Tints of Cutty Sark #578472

Color information

#578472 (or 0x578472) is unknown color: approx Cutty Sark. HEX triplet: 57, 84 and 72. RGB value is (87,132,114). Sum of RGB (Red+Green+Blue) = 87+132+114=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #578472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578472 is #A87B8D. Grayscale: #747474. Windows color (decimal): -11041678 or 7504983. OLE color: 7504983.

HSL color Cylindrical-coordinate representation of color #578472: hue angle of 156º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #578472 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB87132114-
CMYK0.3400.140.48
HSL156º20.55%42.94%-
HSV(B)156º34.09%51.76%-
XYZ15.2219.7418.93-
YUV116.49126.59106.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=26.13%
G=39.64%
B=34.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871321140.3400.140.4815620.5542.94
Hex578472220E309c152b
Octal12720416242016602342553
Binary1010111100001001110010100010011101100001001110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578472; }

 p { color: rgb(87,132,114); }

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

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

 a { background-color: rgb(87,132,114); }

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

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

 span { border-color: rgb(87,132,114); }

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