#586275

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

Shades of Shuttle Grey #586275

Tints of Shuttle Grey #586275

Color information

#586275 (or 0x586275) is unknown color: approx Shuttle Grey. HEX triplet: 58, 62 and 75. RGB value is (88,98,117). Sum of RGB (Red+Green+Blue) = 88+98+117=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #586275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586275 is #A79D8A. Grayscale: #616161. Windows color (decimal): -10984843 or 7692888. OLE color: 7692888.

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

Color convert

RGB8898117-
CMYK0.250.1600.54
HSL219.31º14.15%40.2%-
HSV(B)219.31º24.79%45.88%-
XYZ11.612.0918.55-
YUV97.18139.19121.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.04%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=29.04%
G=32.34%
B=38.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88981170.250.1600.54219.3114.1540.2
Hex5862751910036dbe28
Octal13014216531200663331650
Binary10110001100010111010111001100000110110110110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586275; }

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

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

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

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

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

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

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

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