#586268

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

Shades of Shuttle Grey #586268

Tints of Shuttle Grey #586268

Color information

#586268 (or 0x586268) is unknown color: approx Shuttle Grey. HEX triplet: 58, 62 and 68. RGB value is (88,98,104). Sum of RGB (Red+Green+Blue) = 88+98+104=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #586268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586268 is #A79D97. Grayscale: #5F5F5F. Windows color (decimal): -10984856 or 6840920. OLE color: 6840920.

HSL color Cylindrical-coordinate representation of color #586268: hue angle of 202.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #586268 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8898104-
CMYK0.150.0600.59
HSL202.5º8.33%37.65%-
HSV(B)202.5º15.38%40.78%-
XYZ10.8911.8114.8-
YUV95.69132.69122.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.34%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=30.34%
G=33.79%
B=35.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88981040.150.0600.59202.58.3337.65
Hex586268F603Bca826
Octal1301421501760733121046
Binary10110001100010110100011111100111011110010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586268; }

 p { color: rgb(88,98,104); }

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

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

 a { background-color: rgb(88,98,104); }

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

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

 span { border-color: rgb(88,98,104); }

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