#586477

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

Shades of Shuttle Grey #586477

Tints of Shuttle Grey #586477

Color information

#586477 (or 0x586477) is unknown color: approx Shuttle Grey. HEX triplet: 58, 64 and 77. RGB value is (88,100,119). Sum of RGB (Red+Green+Blue) = 88+100+119=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #586477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586477 is #A79B88. Grayscale: #626262. Windows color (decimal): -10984329 or 7824472. OLE color: 7824472.

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

Color convert

RGB88100119-
CMYK0.260.1600.53
HSL216.77º14.98%40.59%-
HSV(B)216.77º26.05%46.67%-
XYZ11.9112.5219.24-
YUV98.58139.52120.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.66%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=28.66%
G=32.57%
B=38.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881001190.260.1600.53216.7714.9840.59
Hex5864771A10035d9f29
Octal13014416732200653311751
Binary10110001100100111011111010100000110101110110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586477; }

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

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

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

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

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

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

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

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