#575F56

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

Shades of Nandor #575F56

Tints of Nandor #575F56

Color information

#575F56 (or 0x575F56) is unknown color: approx Nandor. HEX triplet: 57, 5F and 56. RGB value is (87,95,86). Sum of RGB (Red+Green+Blue) = 87+95+86=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 95 - color contains mainly: green. Hex color #575F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F56 is #A8A0A9. Grayscale: #5B5B5B. Windows color (decimal): -11051178 or 5660503. OLE color: 5660503.

HSL color Cylindrical-coordinate representation of color #575F56: hue angle of 113.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #575F56 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB879586-
CMYK0.0800.090.63
HSL113.33º4.97%35.49%-
HSV(B)113.33º9.47%37.25%-
XYZ9.710.8810.39-
YUV91.58124.85124.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=32.46%
G=35.45%
B=32.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8795860.0800.090.63113.334.9735.49
Hex575F568093F71523
Octal1271371261001177161543
Binary1010111101111110101101000010011111111110001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575F56; }

 p { color: rgb(87,95,86); }

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

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

 a { background-color: rgb(87,95,86); }

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

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

 span { border-color: rgb(87,95,86); }

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