#578572

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

Shades of Cutty Sark #578572

Tints of Cutty Sark #578572

Color information

#578572 (or 0x578572) is unknown color: approx Cutty Sark. HEX triplet: 57, 85 and 72. RGB value is (87,133,114). Sum of RGB (Red+Green+Blue) = 87+133+114=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #578572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578572 is #A87A8D. Grayscale: #757575. Windows color (decimal): -11041422 or 7505239. OLE color: 7505239.

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

Color convert

RGB87133114-
CMYK0.3500.140.48
HSL155.22º20.91%43.14%-
HSV(B)155.22º34.59%52.16%-
XYZ15.3620.0218.97-
YUV117.08126.26106.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=26.05%
G=39.82%
B=34.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871331140.3500.140.48155.2220.9143.14
Hex578572230E309b152b
Octal12720516243016602332553
Binary1010111100001011110010100011011101100001001101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578572; }

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

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

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

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

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

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

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

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