#586375

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

Shades of Shuttle Grey #586375

Tints of Shuttle Grey #586375

Color information

#586375 (or 0x586375) is unknown color: approx Shuttle Grey. HEX triplet: 58, 63 and 75. RGB value is (88,99,117). Sum of RGB (Red+Green+Blue) = 88+99+117=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #586375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586375 is #A79C8A. Grayscale: #616161. Windows color (decimal): -10984587 or 7693144. OLE color: 7693144.

HSL color Cylindrical-coordinate representation of color #586375: hue angle of 217.24º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #586375 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8899117-
CMYK0.250.1500.54
HSL217.24º14.15%40.2%-
HSV(B)217.24º24.79%45.88%-
XYZ11.712.2818.58-
YUV97.76138.86121.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=28.95%
G=32.57%
B=38.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88991170.250.1500.54217.2414.1540.2
Hex58637519F036d9e28
Octal13014316531170663311650
Binary1011000110001111101011100111110110110110110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586375; }

 p { color: rgb(88,99,117); }

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

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

 a { background-color: rgb(88,99,117); }

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

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

 span { border-color: rgb(88,99,117); }

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