#578A71

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

Shades of Cutty Sark #578A71

Tints of Cutty Sark #578A71

Color information

#578A71 (or 0x578A71) is unknown color: approx Cutty Sark. HEX triplet: 57, 8A and 71. RGB value is (87,138,113). Sum of RGB (Red+Green+Blue) = 87+138+113=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #578A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578A71 is #A8758E. Grayscale: #777777. Windows color (decimal): -11040143 or 7440983. OLE color: 7440983.

HSL color Cylindrical-coordinate representation of color #578A71: hue angle of 150.59º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #578A71 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB87138113-
CMYK0.3700.180.46
HSL150.59º22.67%44.12%-
HSV(B)150.59º36.96%54.12%-
XYZ1621.418.91-
YUV119.9124.1104.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.74%
GREEN value IS 138 (54.30% from 255) = 40.83%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=25.74%
G=40.83%
B=33.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871381130.3700.180.46150.5922.6744.12
Hex578A71250122E97172c
Octal12721216145022562272754
Binary10101111000101011100011001010100101011101001011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578A71; }

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

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

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

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

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

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

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

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