Html Css Color HEX #556356 Nandor

📋 copy color: '#556356'

red 85 ◦ green 99 ◦ blue 86

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

Shades of Nandor #556356

Tints of Nandor #556356

RGB

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

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

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

R = 31.48%
G = 36.67%
B = 31.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#556356 (or 0x556356) is known color: Nandor. HEX triplet: 55, 63 and 56. RGB value is (85,99,86). Sum of RGB (Red+Green+Blue) = 85+99+86=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 99 - color contains mainly: green. Hex color #556356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556356 is #AA9CA9. Grayscale: #5D5D5D. Windows color (decimal): -11181226 or 5661525. OLE color: 5661525.

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

Color convert

RGB 85 99 86 -
CMYK 0.14 0 0.13 0.61
HSL 124.29º 0.08% 0.36% -
HSV(B) 124.29º 0.14% 0.39% -
XYZ 9.89 11.53 10.51 -
YUV 93.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 85 99 86 0.14 0 0.13 0.61 124.29 0.08 0.36
Hex 55 63 56 E 0 D 3D 7C 8 24
Octal 125 143 126 16 0 15 75 174 10 44
Binary 1010101 1100011 1010110 1110 0 1101 111101 1111100 1000 100100

Color Harmonies of #556356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556356

Black with #556356

Text Example


Text Example

White with #556356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556356; }

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

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

background-color css

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

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

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

border-color css

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

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

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