#576458

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

Shades of Nandor #576458

Tints of Nandor #576458

Color information

#576458 (or 0x576458) is unknown color: approx Nandor. HEX triplet: 57, 64 and 58. RGB value is (87,100,88). Sum of RGB (Red+Green+Blue) = 87+100+88=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 100 - color contains mainly: green. Hex color #576458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576458 is #A89BA7. Grayscale: #5E5E5E. Windows color (decimal): -11049896 or 5792855. OLE color: 5792855.

HSL color Cylindrical-coordinate representation of color #576458: hue angle of 124.62º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #576458 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB8710088-
CMYK0.1300.120.61
HSL124.62º6.95%36.67%-
HSV(B)124.62º13%39.22%-
XYZ10.2511.8510.98-
YUV94.74124.19122.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 88 (34.77% from 255) = 32%
R=31.64%
G=36.36%
B=32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal87100880.1300.120.61124.626.9536.67
Hex576458D0C3D7d725
Octal1271441301501475175745
Binary1010111110010010110001101011001111011111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576458; }

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

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

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

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

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

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

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

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