#565F56

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

Shades of Nandor #565F56

Tints of Nandor #565F56

Color information

#565F56 (or 0x565F56) is unknown color: approx Nandor. HEX triplet: 56, 5F and 56. RGB value is (86,95,86). Sum of RGB (Red+Green+Blue) = 86+95+86=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 95 - color contains mainly: green. Hex color #565F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F56 is #A9A0A9. Grayscale: #5B5B5B. Windows color (decimal): -11116714 or 5660502. OLE color: 5660502.

HSL color Cylindrical-coordinate representation of color #565F56: hue angle of 120º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #565F56 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB869586-
CMYK0.0900.090.63
HSL120º4.97%35.49%-
HSV(B)120º9.47%37.25%-
XYZ9.6110.8310.39-
YUV91.28125.02124.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 95 (37.5% from 255) = 35.58%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=32.21%
G=35.58%
B=32.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8695860.0900.090.631204.9735.49
Hex565F569093F78523
Octal1261371261101177170543
Binary1010110101111110101101001010011111111111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565F56; }

 p { color: rgb(86,95,86); }

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

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

 a { background-color: rgb(86,95,86); }

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

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

 span { border-color: rgb(86,95,86); }

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