Html Css Color HEX #556156 Nandor

📋 copy color: '#556156'

red 85 ◦ green 97 ◦ blue 86

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

Shades of Nandor #556156

Tints of Nandor #556156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

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

R = 31.72%
G = 36.19%
B = 32.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#556156 (or 0x556156) is known color: Nandor. HEX triplet: 55, 61 and 56. RGB value is (85,97,86). Sum of RGB (Red+Green+Blue) = 85+97+86=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #556156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556156 is #AA9EA9. Grayscale: #5C5C5C. Windows color (decimal): -11181738 or 5661013. OLE color: 5661013.

HSL color Cylindrical-coordinate representation of color #556156: hue angle of 125º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #556156 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 86 -
CMYK 0.12 0 0.11 0.62
HSL 125º 0.07% 0.36% -
HSV(B) 125º 0.12% 0.38% -
XYZ 9.7 11.15 10.45 -
YUV 92.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 85 97 86 0.12 0 0.11 0.62 125 0.07 0.36
Hex 55 61 56 C 0 B 3E 7D 7 24
Octal 125 141 126 14 0 13 76 175 7 44
Binary 1010101 1100001 1010110 1100 0 1011 111110 1111101 111 100100

Color Harmonies of #556156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556156

Black with #556156

Text Example


Text Example

White with #556156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556156; }

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

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

background-color css

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

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

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

border-color css

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

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

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