#578473

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

Shades of Cutty Sark #578473

Tints of Cutty Sark #578473

Color information

#578473 (or 0x578473) is unknown color: approx Cutty Sark. HEX triplet: 57, 84 and 73. RGB value is (87,132,115). Sum of RGB (Red+Green+Blue) = 87+132+115=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #578473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578473 is #A87B8C. Grayscale: #747474. Windows color (decimal): -11041677 or 7570519. OLE color: 7570519.

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

Color convert

RGB87132115-
CMYK0.3400.130.48
HSL157.33º20.55%42.94%-
HSV(B)157.33º34.09%51.76%-
XYZ15.2819.7719.23-
YUV116.61127.09106.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=26.05%
G=39.52%
B=34.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871321150.3400.130.48157.3320.5542.94
Hex578473220D309d152b
Octal12720416342015602352553
Binary1010111100001001110011100010011011100001001110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578473; }

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

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

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

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

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

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

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

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