Html Css Color HEX #566856 Nandor

📋 copy color: '#566856'

red 86 ◦ green 104 ◦ blue 86

#566856
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nandor #566856

Tints of Nandor #566856

RGB

 RED value IS 86 (33.98% from 255) = 31.16%

 GREEN value IS 104 (41.02% from 255) = 37.68%

 BLUE value IS 86 (33.98% from 255) = 31.16%

R = 31.16%
G = 37.68%
B = 31.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#566856 (or 0x566856) is known color: Nandor. HEX triplet: 56, 68 and 56. RGB value is (86,104,86). Sum of RGB (Red+Green+Blue) = 86+104+86=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #566856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566856 is #A997A9. Grayscale: #606060. Windows color (decimal): -11114410 or 5662806. OLE color: 5662806.

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

Color convert

RGB 86 104 86 -
CMYK 0.17 0 0.17 0.59
HSL 120º 0.09% 0.37% -
HSV(B) 120º 0.17% 0.41% -
XYZ 10.47 12.55 10.67 -
YUV 96.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 86 104 86 0.17 0 0.17 0.59 120 0.09 0.37
Hex 56 68 56 11 0 11 3B 78 9 25
Octal 126 150 126 21 0 21 73 170 11 45
Binary 1010110 1101000 1010110 10001 0 10001 111011 1111000 1001 100101

Color Harmonies of #566856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566856

Black with #566856

Text Example


Text Example

White with #566856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566856; }

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

 H1.HeaderClassName
 {
   color: #566856;
 }
 .AnyTagClassName
 {
   color: #566856;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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