#586272

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

Shades of Shuttle Grey #586272

Tints of Shuttle Grey #586272

Color information

#586272 (or 0x586272) is unknown color: approx Shuttle Grey. HEX triplet: 58, 62 and 72. RGB value is (88,98,114). Sum of RGB (Red+Green+Blue) = 88+98+114=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #586272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586272 is #A79D8D. Grayscale: #606060. Windows color (decimal): -10984846 or 7496280. OLE color: 7496280.

HSL color Cylindrical-coordinate representation of color #586272: hue angle of 216.92º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #586272 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8898114-
CMYK0.230.1400.55
HSL216.92º12.87%39.61%-
HSV(B)216.92º22.81%44.71%-
XYZ11.4312.0217.64-
YUV96.83137.69121.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.33%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 114 (44.92% from 255) = 38%
R=29.33%
G=32.67%
B=38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88981140.230.1400.55216.9212.8739.61
Hex58627217E037d9d28
Octal13014216227160673311550
Binary1011000110001011100101011111100110111110110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586272; }

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

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

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

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

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

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

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

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