#555662

Color #555662 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #555662

Tints of Bright Grey #555662

Color information

#555662 (or 0x555662) is unknown color: approx Bright Grey. HEX triplet: 55, 56 and 62. RGB value is (85,86,98). Sum of RGB (Red+Green+Blue) = 85+86+98=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 98 - color contains mainly: blue. Hex color #555662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555662 is #AAA99D. Grayscale: #575757. Windows color (decimal): -11184542 or 6444629. OLE color: 6444629.

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

Color convert

RGB858698-
CMYK0.130.1200.62
HSL235.38º7.1%35.88%-
HSV(B)235.38º13.27%38.43%-
XYZ9.289.4712.89-
YUV87.07134.17126.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 98 (38.67% from 255) = 36.43%
R=31.60%
G=31.97%
B=36.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8586980.130.1200.62235.387.135.88
Hex555662DC03Eeb724
Octal1251261421514076353744
Binary10101011010110110001011011100011111011101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555662; }

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

 H1.HeaderClassName
 {
   color: #555662;
 }
 .AnyTagClassName
 {
   color: #555662;
 }
</style>
background-color css

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

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

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

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

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

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