#576758

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

Shades of Nandor #576758

Tints of Nandor #576758

Color information

#576758 (or 0x576758) is unknown color: approx Nandor. HEX triplet: 57, 67 and 58. RGB value is (87,103,88). Sum of RGB (Red+Green+Blue) = 87+103+88=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 103 - color contains mainly: green. Hex color #576758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576758 is #A898A7. Grayscale: #606060. Windows color (decimal): -11049128 or 5793623. OLE color: 5793623.

HSL color Cylindrical-coordinate representation of color #576758: hue angle of 123.75º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #576758 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB8710388-
CMYK0.1600.150.60
HSL123.75º8.42%37.25%-
HSV(B)123.75º15.53%40.39%-
XYZ10.5412.4311.08-
YUV96.51123.2121.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=31.29%
G=37.05%
B=31.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87103880.1600.150.60123.758.4237.25
Hex576758100F3C7c825
Octal12714713020017741741045
Binary101011111001111011000100000111111110011111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576758; }

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

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

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

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

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

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

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

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