#586069

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

Shades of Shuttle Grey #586069

Tints of Shuttle Grey #586069

Color information

#586069 (or 0x586069) is unknown color: approx Shuttle Grey. HEX triplet: 58, 60 and 69. RGB value is (88,96,105). Sum of RGB (Red+Green+Blue) = 88+96+105=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #586069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586069 is #A79F96. Grayscale: #5E5E5E. Windows color (decimal): -10985367 or 6905944. OLE color: 6905944.

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

Color convert

RGB8896105-
CMYK0.160.0900.59
HSL211.76º8.81%37.84%-
HSV(B)211.76º16.19%41.18%-
XYZ10.7611.4615.01-
YUV94.63133.85123.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=30.45%
G=33.22%
B=36.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88961050.160.0900.59211.768.8137.84
Hex58606910903Bd4926
Octal13014015120110733241146
Binary1011000110000011010011000010010111011110101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586069; }

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

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

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

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

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

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

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

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