#578070

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

Shades of Cutty Sark #578070

Tints of Cutty Sark #578070

Color information

#578070 (or 0x578070) is unknown color: approx Cutty Sark. HEX triplet: 57, 80 and 70. RGB value is (87,128,112). Sum of RGB (Red+Green+Blue) = 87+128+112=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #578070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578070 is #A87F8F. Grayscale: #717171. Windows color (decimal): -11042704 or 7372887. OLE color: 7372887.

HSL color Cylindrical-coordinate representation of color #578070: hue angle of 156.59º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #578070 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB87128112-
CMYK0.3200.120.50
HSL156.59º19.07%42.16%-
HSV(B)156.59º32.03%50.2%-
XYZ14.5718.6318.16-
YUV113.92126.92108.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=26.61%
G=39.14%
B=34.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871281120.3200.120.50156.5919.0742.16
Hex578070200C329d132a
Octal12720016040014622352352
Binary1010111100000001110000100000011001100101001110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578070; }

 p { color: rgb(87,128,112); }

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

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

 a { background-color: rgb(87,128,112); }

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

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

 span { border-color: rgb(87,128,112); }

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