#5B626A

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

Shades of Shuttle Grey #5B626A

Tints of Shuttle Grey #5B626A

Color information

#5B626A (or 0x5B626A) is unknown color: approx Shuttle Grey. HEX triplet: 5B, 62 and 6A. RGB value is (91,98,106). Sum of RGB (Red+Green+Blue) = 91+98+106=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B626A is #A49D95. Grayscale: #606060. Windows color (decimal): -10788246 or 6971995. OLE color: 6971995.

HSL color Cylindrical-coordinate representation of color #5B626A: hue angle of 212º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B626A is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9198106-
CMYK0.140.0800.58
HSL212º7.61%38.63%-
HSV(B)212º14.15%41.57%-
XYZ11.281215.36-
YUV96.82133.18123.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.85%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=30.85%
G=33.22%
B=35.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91981060.140.0800.582127.6138.63
Hex5B626AE803Ad4827
Octal13314215216100723241047
Binary101101111000101101010111010000111010110101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B626A; }

 p { color: rgb(91,98,106); }

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

<style>
 a { background-color: #5B626A; }

 a { background-color: rgb(91,98,106); }

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

<style>
 span { border-color: #5B626A; }

 span { border-color: rgb(91,98,106); }

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