Html Css Color HEX #556555 Nandor

📋 copy color: '#556555'

red 85 ◦ green 101 ◦ blue 85

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

Shades of Nandor #556555

Tints of Nandor #556555

RGB

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

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

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

R = 31.37%
G = 37.27%
B = 31.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#556555 (or 0x556555) is known color: Nandor. HEX triplet: 55, 65 and 55. RGB value is (85,101,85). Sum of RGB (Red+Green+Blue) = 85+101+85=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #556555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556555 is #AA9AAA. Grayscale: #5E5E5E. Windows color (decimal): -11180715 or 5596501. OLE color: 5596501.

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

Color convert

RGB 85 101 85 -
CMYK 0.16 0 0.16 0.60
HSL 120º 0.09% 0.36% -
HSV(B) 120º 0.16% 0.4% -
XYZ 10.04 11.89 10.36 -
YUV 94.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 85 101 85 0.16 0 0.16 0.60 120 0.09 0.36
Hex 55 65 55 10 0 10 3C 78 9 24
Octal 125 145 125 20 0 20 74 170 11 44
Binary 1010101 1100101 1010101 10000 0 10000 111100 1111000 1001 100100

Color Harmonies of #556555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556555

Black with #556555

Text Example


Text Example

White with #556555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556555; }

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

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

background-color css

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

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

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

border-color css

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

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

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