Html Css Color HEX #566855 Nandor

📋 copy color: '#566855'

red 86 ◦ green 104 ◦ blue 85

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

Shades of Nandor #566855

Tints of Nandor #566855

RGB

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

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

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

R = 31.27%
G = 37.82%
B = 30.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#566855 (or 0x566855) is known color: Nandor. HEX triplet: 56, 68 and 55. RGB value is (86,104,85). Sum of RGB (Red+Green+Blue) = 86+104+85=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #566855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566855 is #A997AA. Grayscale: #606060. Windows color (decimal): -11114411 or 5597270. OLE color: 5597270.

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

Color convert

RGB 86 104 85 -
CMYK 0.17 0 0.18 0.59
HSL 116.84º 0.1% 0.37% -
HSV(B) 116.84º 0.18% 0.41% -
XYZ 10.43 12.53 10.46 -
YUV 96.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 86 104 85 0.17 0 0.18 0.59 116.84 0.1 0.37
Hex 56 68 55 11 0 12 3B 75 A 25
Octal 126 150 125 21 0 22 73 165 12 45
Binary 1010110 1101000 1010101 10001 0 10010 111011 1110101 1010 100101

Color Harmonies of #566855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566855

Black with #566855

Text Example


Text Example

White with #566855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566855; }

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

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

background-color css

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

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

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

border-color css

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

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

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