#578264

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

Shades of Como #578264

Tints of Como #578264

Color information

#578264 (or 0x578264) is unknown color: approx Como. HEX triplet: 57, 82 and 64. RGB value is (87,130,100). Sum of RGB (Red+Green+Blue) = 87+130+100=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #578264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578264 is #A87D9B. Grayscale: #717171. Windows color (decimal): -11042204 or 6586967. OLE color: 6586967.

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

Color convert

RGB87130100-
CMYK0.3300.230.49
HSL138.14º19.82%42.55%-
HSV(B)138.14º33.08%50.98%-
XYZ14.2118.9114.96-
YUV113.72120.25108.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.44%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=27.44%
G=41.01%
B=31.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871301000.3300.230.49138.1419.8242.55
Hex57826421017318a142b
Octal12720214441027612122453
Binary10101111000001011001001000010101111100011000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578264; }

 p { color: rgb(87,130,100); }

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

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

 a { background-color: rgb(87,130,100); }

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

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

 span { border-color: rgb(87,130,100); }

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