#555E6B

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

Shades of Bright Grey #555E6B

Tints of Bright Grey #555E6B

Color information

#555E6B (or 0x555E6B) is unknown color: approx Bright Grey. HEX triplet: 55, 5E and 6B. RGB value is (85,94,107). Sum of RGB (Red+Green+Blue) = 85+94+107=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #555E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E6B is #AAA194. Grayscale: #5C5C5C. Windows color (decimal): -11182485 or 7036501. OLE color: 7036501.

HSL color Cylindrical-coordinate representation of color #555E6B: hue angle of 215.45º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555E6B is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8594107-
CMYK0.210.1200.58
HSL215.45º11.46%37.65%-
HSV(B)215.45º20.56%41.96%-
XYZ10.41115.48-
YUV92.79136.02122.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=29.72%
G=32.87%
B=37.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85941070.210.1200.58215.4511.4637.65
Hex555E6B15C03Ad7b26
Octal12513615325140723271346
Binary1010101101111011010111010111000111010110101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,94,107); }

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

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

 a { background-color: rgb(85,94,107); }

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

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

 span { border-color: rgb(85,94,107); }

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