#586057

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

Shades of Nandor #586057

Tints of Nandor #586057

Color information

#586057 (or 0x586057) is unknown color: approx Nandor. HEX triplet: 58, 60 and 57. RGB value is (88,96,87). Sum of RGB (Red+Green+Blue) = 88+96+87=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #586057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586057 is #A79FA8. Grayscale: #5C5C5C. Windows color (decimal): -10985385 or 5726296. OLE color: 5726296.

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

Color convert

RGB889687-
CMYK0.0800.090.62
HSL113.33º4.92%35.88%-
HSV(B)113.33º9.38%37.65%-
XYZ9.9311.1310.64-
YUV92.58124.85124.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 87 (34.38% from 255) = 32.10%
R=32.47%
G=35.42%
B=32.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896870.0800.090.62113.334.9235.88
Hex5860578093E71524
Octal1301401271001176161544
Binary1011000110000010101111000010011111101110001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586057; }

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

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

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

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

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

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

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

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