#555A64

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

Shades of Bright Grey #555A64

Tints of Bright Grey #555A64

Color information

#555A64 (or 0x555A64) is unknown color: approx Bright Grey. HEX triplet: 55, 5A and 64. RGB value is (85,90,100). Sum of RGB (Red+Green+Blue) = 85+90+100=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 100 - color contains mainly: blue. Hex color #555A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A64 is #AAA59B. Grayscale: #595959. Windows color (decimal): -11183516 or 6576725. OLE color: 6576725.

HSL color Cylindrical-coordinate representation of color #555A64: hue angle of 220º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #555A64 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8590100-
CMYK0.150.1000.61
HSL220º8.11%36.27%-
HSV(B)220º15%39.22%-
XYZ9.710.1613.51-
YUV89.65133.84124.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=30.91%
G=32.73%
B=36.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85901000.150.1000.612208.1136.27
Hex555A64FA03Ddc824
Octal12513214417120753341044
Binary101010110110101100100111110100111101110111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A64; }

 p { color: rgb(85,90,100); }

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

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

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

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

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

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

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