#575D57

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

Shades of Nandor #575D57

Tints of Nandor #575D57

Color information

#575D57 (or 0x575D57) is unknown color: approx Nandor. HEX triplet: 57, 5D and 57. RGB value is (87,93,87). Sum of RGB (Red+Green+Blue) = 87+93+87=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 93 - color contains mainly: green. Hex color #575D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D57 is #A8A2A8. Grayscale: #5A5A5A. Windows color (decimal): -11051689 or 5725527. OLE color: 5725527.

HSL color Cylindrical-coordinate representation of color #575D57: hue angle of 120º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #575D57 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB879387-
CMYK0.0600.060.64
HSL120º3.33%35.29%-
HSV(B)120º6.45%36.47%-
XYZ9.5710.5410.55-
YUV90.52126.01125.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 93 (36.72% from 255) = 34.83%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=32.58%
G=34.83%
B=32.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793870.0600.060.641203.3335.29
Hex575D576064078323
Octal127135127606100170343
Binary10101111011101101011111001101000000111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,93,87); }

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

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

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

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

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

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

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