Html Css Color HEX #566955 Nandor

📋 copy color: '#566955'

red 86 ◦ green 105 ◦ blue 85

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

Shades of Nandor #566955

Tints of Nandor #566955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

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

R = 31.16%
G = 38.04%
B = 30.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#566955 (or 0x566955) is known color: Nandor. HEX triplet: 56, 69 and 55. RGB value is (86,105,85). Sum of RGB (Red+Green+Blue) = 86+105+85=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #566955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566955 is #A996AA. Grayscale: #616161. Windows color (decimal): -11114155 or 5597526. OLE color: 5597526.

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

Color convert

RGB 86 105 85 -
CMYK 0.18 0 0.19 0.59
HSL 117º 0.11% 0.37% -
HSV(B) 117º 0.19% 0.41% -
XYZ 10.53 12.74 10.5 -
YUV 97.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 86 105 85 0.18 0 0.19 0.59 117 0.11 0.37
Hex 56 69 55 12 0 13 3B 75 B 25
Octal 126 151 125 22 0 23 73 165 13 45
Binary 1010110 1101001 1010101 10010 0 10011 111011 1110101 1011 100101

Color Harmonies of #566955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566955

Black with #566955

Text Example


Text Example

White with #566955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566955; }

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

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

background-color css

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

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

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

border-color css

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

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

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