#586975

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

Shades of Shuttle Grey #586975

Tints of Shuttle Grey #586975

Color information

#586975 (or 0x586975) is unknown color: approx Shuttle Grey. HEX triplet: 58, 69 and 75. RGB value is (88,105,117). Sum of RGB (Red+Green+Blue) = 88+105+117=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #586975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586975 is #A7968A. Grayscale: #656565. Windows color (decimal): -10983051 or 7694680. OLE color: 7694680.

HSL color Cylindrical-coordinate representation of color #586975: hue angle of 204.83º 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 #586975 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB88105117-
CMYK0.250.1000.54
HSL204.83º14.15%40.2%-
HSV(B)204.83º24.79%45.88%-
XYZ12.2913.4618.78-
YUV101.28136.87118.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.39%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=28.39%
G=33.87%
B=37.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881051170.250.1000.54204.8314.1540.2
Hex58697519A036cde28
Octal13015116531120663151650
Binary1011000110100111101011100110100110110110011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586975; }

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

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

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

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

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

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

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

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