#555F6A

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

Shades of Shuttle Grey #555F6A

Tints of Shuttle Grey #555F6A

Color information

#555F6A (or 0x555F6A) is unknown color: approx Shuttle Grey. HEX triplet: 55, 5F and 6A. RGB value is (85,95,106). Sum of RGB (Red+Green+Blue) = 85+95+106=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 106 - color contains mainly: blue. Hex color #555F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F6A is #AAA095. Grayscale: #5D5D5D. Windows color (decimal): -11182230 or 6971221. OLE color: 6971221.

HSL color Cylindrical-coordinate representation of color #555F6A: hue angle of 211.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555F6A is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8595106-
CMYK0.200.1000.58
HSL211.43º10.99%37.45%-
HSV(B)211.43º19.81%41.57%-
XYZ10.4411.1615.24-
YUV93.26135.19122.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=29.72%
G=33.22%
B=37.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85951060.200.1000.58211.4310.9937.45
Hex555F6A14A03Ad3b25
Octal12513715224120723231345
Binary1010101101111111010101010010100111010110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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