#578370

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

Shades of Cutty Sark #578370

Tints of Cutty Sark #578370

Color information

#578370 (or 0x578370) is unknown color: approx Cutty Sark. HEX triplet: 57, 83 and 70. RGB value is (87,131,112). Sum of RGB (Red+Green+Blue) = 87+131+112=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #578370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578370 is #A87C8F. Grayscale: #737373. Windows color (decimal): -11041936 or 7373655. OLE color: 7373655.

HSL color Cylindrical-coordinate representation of color #578370: hue angle of 154.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #578370 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB87131112-
CMYK0.3400.150.49
HSL154.09º20.18%42.75%-
HSV(B)154.09º33.59%51.37%-
XYZ14.9719.4318.29-
YUV115.68125.92107.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=26.36%
G=39.70%
B=33.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871311120.3400.150.49154.0920.1842.75
Hex578370220F319a142b
Octal12720316042017612322453
Binary1010111100000111110000100010011111100011001101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578370; }

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

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

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

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

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

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

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

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