#555E69

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

Shades of Shuttle Grey #555E69

Tints of Shuttle Grey #555E69

Color information

#555E69 (or 0x555E69) is unknown color: approx Shuttle Grey. HEX triplet: 55, 5E and 69. RGB value is (85,94,105). Sum of RGB (Red+Green+Blue) = 85+94+105=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #555E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E69 is #AAA196. Grayscale: #5C5C5C. Windows color (decimal): -11182487 or 6905429. OLE color: 6905429.

HSL color Cylindrical-coordinate representation of color #555E69: hue angle of 213º 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 #555E69 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8594105-
CMYK0.190.1000.59
HSL213º10.53%37.25%-
HSV(B)213º19.05%41.18%-
XYZ10.310.9614.94-
YUV92.56135.02122.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=29.93%
G=33.10%
B=36.97%

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
Decimal85941050.190.1000.5921310.5337.25
Hex555E6913A03Bd5b25
Octal12513615123120733251345
Binary1010101101111011010011001110100111011110101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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