#555A5F

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

Shades of Bright Grey #555A5F

Tints of Bright Grey #555A5F

Color information

#555A5F (or 0x555A5F) is unknown color: approx Bright Grey. HEX triplet: 55, 5A and 5F. RGB value is (85,90,95). Sum of RGB (Red+Green+Blue) = 85+90+95=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 95 - color contains mainly: blue. Hex color #555A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A5F is #AAA5A0. Grayscale: #595959. Windows color (decimal): -11183521 or 6249045. OLE color: 6249045.

HSL color Cylindrical-coordinate representation of color #555A5F: hue angle of 210º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #555A5F is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB859095-
CMYK0.110.0500.63
HSL210º5.56%35.29%-
HSV(B)210º10.53%37.25%-
XYZ9.4710.0712.27-
YUV89.08131.34125.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=31.48%
G=33.33%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8590950.110.0500.632105.5635.29
Hex555A5FB503Fd2623
Octal125132137135077322643
Binary1010101101101010111111011101011111111010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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