Html Css Color HEX #566356 Nandor

📋 copy color: '#566356'

red 86 ◦ green 99 ◦ blue 86

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

Shades of Nandor #566356

Tints of Nandor #566356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.53%

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

R = 31.73%
G = 36.53%
B = 31.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#566356 (or 0x566356) is known color: Nandor. HEX triplet: 56, 63 and 56. RGB value is (86,99,86). Sum of RGB (Red+Green+Blue) = 86+99+86=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 99 - color contains mainly: green. Hex color #566356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566356 is #A99CA9. Grayscale: #5D5D5D. Windows color (decimal): -11115690 or 5661526. OLE color: 5661526.

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

Color convert

RGB 86 99 86 -
CMYK 0.13 0 0.13 0.61
HSL 120º 0.07% 0.36% -
HSV(B) 120º 0.13% 0.39% -
XYZ 9.98 11.57 10.51 -
YUV 93.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 86 99 86 0.13 0 0.13 0.61 120 0.07 0.36
Hex 56 63 56 D 0 D 3D 78 7 24
Octal 126 143 126 15 0 15 75 170 7 44
Binary 1010110 1100011 1010110 1101 0 1101 111101 1111000 111 100100

Color Harmonies of #566356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566356

Black with #566356

Text Example


Text Example

White with #566356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566356; }

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

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

background-color css

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

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

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

border-color css

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

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

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