#55626D

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

Shades of Shuttle Grey #55626D

Tints of Shuttle Grey #55626D

Color information

#55626D (or 0x55626D) is unknown color: approx Shuttle Grey. HEX triplet: 55, 62 and 6D. RGB value is (85,98,109). Sum of RGB (Red+Green+Blue) = 85+98+109=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #55626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55626D is #AA9D92. Grayscale: #5F5F5F. Windows color (decimal): -11181459 or 7168597. OLE color: 7168597.

HSL color Cylindrical-coordinate representation of color #55626D: hue angle of 207.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55626D is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8598109-
CMYK0.220.1000.57
HSL207.5º12.37%38.04%-
HSV(B)207.5º22.02%42.75%-
XYZ10.8711.7716.17-
YUV95.37135.69120.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=29.11%
G=33.56%
B=37.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85981090.220.1000.57207.512.3738.04
Hex55626D16A039d0c26
Octal12514215526120713201446
Binary1010101110001011011011011010100111001110100001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55626D; }

 p { color: rgb(85,98,109); }

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

<style>
 a { background-color: #55626D; }

 a { background-color: rgb(85,98,109); }

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

<style>
 span { border-color: #55626D; }

 span { border-color: rgb(85,98,109); }

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