Html Css Color HEX #556554 Nandor

📋 copy color: '#556554'

red 85 ◦ green 101 ◦ blue 84

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

Shades of Nandor #556554

Tints of Nandor #556554

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.41%

 BLUE value IS 84 (33.2% from 255) = 31.11%

R = 31.48%
G = 37.41%
B = 31.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#556554 (or 0x556554) is known color: Nandor. HEX triplet: 55, 65 and 54. RGB value is (85,101,84). Sum of RGB (Red+Green+Blue) = 85+101+84=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 101 - color contains mainly: green. Hex color #556554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556554 is #AA9AAB. Grayscale: #5E5E5E. Windows color (decimal): -11180716 or 5530965. OLE color: 5530965.

HSL color Cylindrical-coordinate representation of color #556554: hue angle of 116.47º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556554 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 84 -
CMYK 0.16 0 0.17 0.60
HSL 116.47º 0.09% 0.36% -
HSV(B) 116.47º 0.17% 0.4% -
XYZ 10 11.88 10.15 -
YUV 94.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 85 101 84 0.16 0 0.17 0.60 116.47 0.09 0.36
Hex 55 65 54 10 0 11 3C 74 9 24
Octal 125 145 124 20 0 21 74 164 11 44
Binary 1010101 1100101 1010100 10000 0 10001 111100 1110100 1001 100100

Color Harmonies of #556554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556554

Black with #556554

Text Example


Text Example

White with #556554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556554; }

 p { color: rgb(85,101,84); }

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

background-color css

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

 a { background-color: rgb(85,101,84); }

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

border-color css

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

 span { border-color: rgb(85,101,84); }

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