#555E68

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

Shades of Shuttle Grey #555E68

Tints of Shuttle Grey #555E68

Color information

#555E68 (or 0x555E68) is unknown color: approx Shuttle Grey. HEX triplet: 55, 5E and 68. RGB value is (85,94,104). Sum of RGB (Red+Green+Blue) = 85+94+104=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #555E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E68 is #AAA197. Grayscale: #5C5C5C. Windows color (decimal): -11182488 or 6839893. OLE color: 6839893.

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

Color convert

RGB8594104-
CMYK0.180.1000.59
HSL211.58º10.05%37.06%-
HSV(B)211.58º18.27%40.78%-
XYZ10.2510.9414.67-
YUV92.45134.52122.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=30.04%
G=33.22%
B=36.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85941040.180.1000.59211.5810.0537.06
Hex555E6812A03Bd4a25
Octal12513615022120733241245
Binary1010101101111011010001001010100111011110101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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