Html Css Color HEX #556956 Nandor

📋 copy color: '#556956'

red 85 ◦ green 105 ◦ blue 86

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

Shades of Nandor #556956

Tints of Nandor #556956

RGB

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

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

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

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

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #556956: hue angle of 123º 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 #556956 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 86 -
CMYK 0.19 0 0.18 0.59
HSL 123º 0.11% 0.37% -
HSV(B) 123º 0.19% 0.41% -
XYZ 10.48 12.71 10.7 -
YUV 96.85 121.87 119.54 -
System Red Green Blue C M Y K H S L
Decimal 85 105 86 0.19 0 0.18 0.59 123 0.11 0.37
Hex 55 69 56 13 0 12 3B 7B B 25
Octal 125 151 126 23 0 22 73 173 13 45
Binary 1010101 1101001 1010110 10011 0 10010 111011 1111011 1011 100101

Color Harmonies of #556956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556956

Black with #556956

Text Example


Text Example

White with #556956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556956; }

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

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

background-color css

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

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

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

border-color css

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

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

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