#586A7A

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

Shades of Shuttle Grey #586A7A

Tints of Shuttle Grey #586A7A

Color information

#586A7A (or 0x586A7A) is unknown color: approx Shuttle Grey. HEX triplet: 58, 6A and 7A. RGB value is (88,106,122). Sum of RGB (Red+Green+Blue) = 88+106+122=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 122 - color contains mainly: blue. Hex color #586A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A7A is #A79585. Grayscale: #666666. Windows color (decimal): -10982790 or 8022616. OLE color: 8022616.

HSL color Cylindrical-coordinate representation of color #586A7A: hue angle of 208.24º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #586A7A is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB88106122-
CMYK0.280.1300.52
HSL208.24º16.19%41.18%-
HSV(B)208.24º27.87%47.84%-
XYZ12.6913.7920.4-
YUV102.44139.04117.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=27.85%
G=33.54%
B=38.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal881061220.280.1300.52208.2416.1941.18
Hex586A7A1CD034d01029
Octal13015217234150643202051
Binary10110001101010111101011100110101101001101000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586A7A; }

 p { color: rgb(88,106,122); }

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

<style>
 a { background-color: #586A7A; }

 a { background-color: rgb(88,106,122); }

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

<style>
 span { border-color: #586A7A; }

 span { border-color: rgb(88,106,122); }

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