Html Css Color HEX #555855 Nandor

📋 copy color: '#555855'

red 85 ◦ green 88 ◦ blue 85

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

Shades of Nandor #555855

Tints of Nandor #555855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

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

R = 32.95%
G = 34.11%
B = 32.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#555855 (or 0x555855) is known color: Nandor. HEX triplet: 55, 58 and 55. RGB value is (85,88,85). Sum of RGB (Red+Green+Blue) = 85+88+85=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 88 - color contains mainly: green. Hex color #555855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555855 is #AAA7AA. Grayscale: #565656. Windows color (decimal): -11184043 or 5593173. OLE color: 5593173.

HSL color Cylindrical-coordinate representation of color #555855: hue angle of 120º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #555855 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 88 85 -
CMYK 0.03 0 0.03 0.65
HSL 120º 0.02% 0.34% -
HSV(B) 120º 0.03% 0.35% -
XYZ 8.88 9.57 9.97 -
YUV 86.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 85 88 85 0.03 0 0.03 0.65 120 0.02 0.34
Hex 55 58 55 3 0 3 41 78 2 22
Octal 125 130 125 3 0 3 101 170 2 42
Binary 1010101 1011000 1010101 11 0 11 1000001 1111000 10 100010

Color Harmonies of #555855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555855

Black with #555855

Text Example


Text Example

White with #555855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555855; }

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

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

background-color css

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

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

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

border-color css

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

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

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