#586377

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

Shades of Shuttle Grey #586377

Tints of Shuttle Grey #586377

Color information

#586377 (or 0x586377) is unknown color: approx Shuttle Grey. HEX triplet: 58, 63 and 77. RGB value is (88,99,119). Sum of RGB (Red+Green+Blue) = 88+99+119=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #586377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586377 is #A79C88. Grayscale: #616161. Windows color (decimal): -10984585 or 7824216. OLE color: 7824216.

HSL color Cylindrical-coordinate representation of color #586377: hue angle of 218.71º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #586377 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8899119-
CMYK0.260.1700.53
HSL218.71º14.98%40.59%-
HSV(B)218.71º26.05%46.67%-
XYZ11.8212.3319.21-
YUV97.99139.86120.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=28.76%
G=32.35%
B=38.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88991190.260.1700.53218.7114.9840.59
Hex5863771A11035dbf29
Octal13014316732210653331751
Binary10110001100011111011111010100010110101110110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586377; }

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

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

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

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

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

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

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

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