#555F6E

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

Shades of Shuttle Grey #555F6E

Tints of Shuttle Grey #555F6E

Color information

#555F6E (or 0x555F6E) is unknown color: approx Shuttle Grey. HEX triplet: 55, 5F and 6E. RGB value is (85,95,110). Sum of RGB (Red+Green+Blue) = 85+95+110=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #555F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F6E is #AAA091. Grayscale: #5D5D5D. Windows color (decimal): -11182226 or 7233365. OLE color: 7233365.

HSL color Cylindrical-coordinate representation of color #555F6E: hue angle of 216º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #555F6E is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8595110-
CMYK0.230.1400.57
HSL216º12.82%38.24%-
HSV(B)216º22.73%43.14%-
XYZ10.6511.2416.36-
YUV93.72137.19121.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 95 (37.5% from 255) = 32.76%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=29.31%
G=32.76%
B=37.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85951100.230.1400.5721612.8238.24
Hex555F6E17E039d8d26
Octal12513715627160713301546
Binary1010101101111111011101011111100111001110110001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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