#555F69

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

Shades of Shuttle Grey #555F69

Tints of Shuttle Grey #555F69

Color information

#555F69 (or 0x555F69) is unknown color: approx Shuttle Grey. HEX triplet: 55, 5F and 69. RGB value is (85,95,105). Sum of RGB (Red+Green+Blue) = 85+95+105=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #555F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F69 is #AAA096. Grayscale: #5D5D5D. Windows color (decimal): -11182231 or 6905685. OLE color: 6905685.

HSL color Cylindrical-coordinate representation of color #555F69: hue angle of 210º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555F69 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8595105-
CMYK0.190.1000.59
HSL210º10.53%37.25%-
HSV(B)210º19.05%41.18%-
XYZ10.3911.1414.97-
YUV93.15134.69122.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=29.82%
G=33.33%
B=36.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85951050.190.1000.5921010.5337.25
Hex555F6913A03Bd2b25
Octal12513715123120733221345
Binary1010101101111111010011001110100111011110100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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