Html Css Color HEX #566655 Nandor

📋 copy color: '#566655'

red 86 ◦ green 102 ◦ blue 85

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

Shades of Nandor #566655

Tints of Nandor #566655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.36%

 BLUE value IS 85 (33.59% from 255) = 31.14%

R = 31.5%
G = 37.36%
B = 31.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#566655 (or 0x566655) is known color: Nandor. HEX triplet: 56, 66 and 55. RGB value is (86,102,85). Sum of RGB (Red+Green+Blue) = 86+102+85=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #566655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566655 is #A999AA. Grayscale: #5F5F5F. Windows color (decimal): -11114923 or 5596758. OLE color: 5596758.

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

Color convert

RGB 86 102 85 -
CMYK 0.16 0 0.17 0.6
HSL 116.47º 0.09% 0.37% -
HSV(B) 116.47º 0.17% 0.4% -
XYZ 10.23 12.14 10.4 -
YUV 95.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 86 102 85 0.16 0 0.17 0.6 116.47 0.09 0.37
Hex 56 66 55 10 0 11 3C 74 9 25
Octal 126 146 125 20 0 21 74 164 11 45
Binary 1010110 1100110 1010101 10000 0 10001 111100 1110100 1001 100101

Color Harmonies of #566655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566655

Black with #566655

Text Example


Text Example

White with #566655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566655; }

 p { color: rgb(86,102,85); }

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

background-color css

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

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

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

border-color css

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

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

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