#55606B

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

Shades of Shuttle Grey #55606B

Tints of Shuttle Grey #55606B

Color information

#55606B (or 0x55606B) is unknown color: approx Shuttle Grey. HEX triplet: 55, 60 and 6B. RGB value is (85,96,107). Sum of RGB (Red+Green+Blue) = 85+96+107=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 107 - color contains mainly: blue. Hex color #55606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55606B is #AA9F94. Grayscale: #5D5D5D. Windows color (decimal): -11181973 or 7037013. OLE color: 7037013.

HSL color Cylindrical-coordinate representation of color #55606B: hue angle of 210º 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 #55606B is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8596107-
CMYK0.210.1000.58
HSL210º11.46%37.65%-
HSV(B)210º20.56%41.96%-
XYZ10.5811.3615.54-
YUV93.96135.36121.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=29.51%
G=33.33%
B=37.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85961070.210.1000.5821011.4637.65
Hex55606B15A03Ad2b26
Octal12514015325120723221346
Binary1010101110000011010111010110100111010110100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55606B; }

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

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

<style>
 a { background-color: #55606B; }

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

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

<style>
 span { border-color: #55606B; }

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

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