#555A60

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

Shades of Bright Grey #555A60

Tints of Bright Grey #555A60

Color information

#555A60 (or 0x555A60) is unknown color: approx Bright Grey. HEX triplet: 55, 5A and 60. RGB value is (85,90,96). Sum of RGB (Red+Green+Blue) = 85+90+96=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 96 - color contains mainly: blue. Hex color #555A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A60 is #AAA59F. Grayscale: #595959. Windows color (decimal): -11183520 or 6314581. OLE color: 6314581.

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

Color convert

RGB859096-
CMYK0.110.0600.62
HSL212.73º6.08%35.49%-
HSV(B)212.73º11.46%37.65%-
XYZ9.5110.0912.51-
YUV89.19131.84125.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=31.37%
G=33.21%
B=35.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8590960.110.0600.62212.736.0835.49
Hex555A60B603Ed5623
Octal125132140136076325643
Binary1010101101101011000001011110011111011010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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