#576258

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

Shades of Nandor #576258

Tints of Nandor #576258

Color information

#576258 (or 0x576258) is unknown color: approx Nandor. HEX triplet: 57, 62 and 58. RGB value is (87,98,88). Sum of RGB (Red+Green+Blue) = 87+98+88=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #576258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576258 is #A89DA7. Grayscale: #5D5D5D. Windows color (decimal): -11050408 or 5792343. OLE color: 5792343.

HSL color Cylindrical-coordinate representation of color #576258: hue angle of 125.45º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #576258 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB879888-
CMYK0.1100.100.62
HSL125.45º5.95%36.27%-
HSV(B)125.45º11.22%38.43%-
XYZ10.0611.4710.92-
YUV93.57124.86123.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.87%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=31.87%
G=35.90%
B=32.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8798880.1100.100.62125.455.9536.27
Hex576258B0A3E7d624
Octal1271421301301276175644
Binary1010111110001010110001011010101111101111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576258; }

 p { color: rgb(87,98,88); }

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

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

 a { background-color: rgb(87,98,88); }

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

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

 span { border-color: rgb(87,98,88); }

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