#575A57

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

Shades of Nandor #575A57

Tints of Nandor #575A57

Color information

#575A57 (or 0x575A57) is unknown color: approx Nandor. HEX triplet: 57, 5A and 57. RGB value is (87,90,87). Sum of RGB (Red+Green+Blue) = 87+90+87=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 90 - color contains mainly: green. Hex color #575A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A57 is #A8A5A8. Grayscale: #585858. Windows color (decimal): -11052457 or 5724759. OLE color: 5724759.

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

Color convert

RGB879087-
CMYK0.0300.030.65
HSL120º1.69%34.71%-
HSV(B)120º3.33%35.29%-
XYZ9.3110.0310.46-
YUV88.76127.01126.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=32.95%
G=34.09%
B=32.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8790870.0300.030.651201.6934.71
Hex575A573034178223
Octal127132127303101170243
Binary101011110110101010111110111000001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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