#555761

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

Shades of Bright Grey #555761

Tints of Bright Grey #555761

Color information

#555761 (or 0x555761) is unknown color: approx Bright Grey. HEX triplet: 55, 57 and 61. RGB value is (85,87,97). Sum of RGB (Red+Green+Blue) = 85+87+97=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 97 - color contains mainly: blue. Hex color #555761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555761 is #AAA89E. Grayscale: #575757. Windows color (decimal): -11184287 or 6379349. OLE color: 6379349.

HSL color Cylindrical-coordinate representation of color #555761: hue angle of 230º 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 #555761 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB858797-
CMYK0.120.1000.62
HSL230º6.59%35.69%-
HSV(B)230º12.37%38.04%-
XYZ9.319.6112.67-
YUV87.54133.34126.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=31.60%
G=32.34%
B=36.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8587970.120.1000.622306.5935.69
Hex555761CA03Ee6724
Octal1251271411412076346744
Binary10101011010111110000111001010011111011100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555761; }

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

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

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

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

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

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

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

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