#586976

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

Shades of Shuttle Grey #586976

Tints of Shuttle Grey #586976

Color information

#586976 (or 0x586976) is unknown color: approx Shuttle Grey. HEX triplet: 58, 69 and 76. RGB value is (88,105,118). Sum of RGB (Red+Green+Blue) = 88+105+118=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #586976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586976 is #A79689. Grayscale: #656565. Windows color (decimal): -10983050 or 7760216. OLE color: 7760216.

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

Color convert

RGB88105118-
CMYK0.250.1100.54
HSL206º14.56%40.39%-
HSV(B)206º25.42%46.27%-
XYZ12.3513.4919.09-
YUV101.4137.37118.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.30%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=28.30%
G=33.76%
B=37.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881051180.250.1100.5420614.5640.39
Hex58697619B036cef28
Octal13015116631130663161750
Binary1011000110100111101101100110110110110110011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586976; }

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

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

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

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

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

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

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

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