#586270

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

Shades of Shuttle Grey #586270

Tints of Shuttle Grey #586270

Color information

#586270 (or 0x586270) is unknown color: approx Shuttle Grey. HEX triplet: 58, 62 and 70. RGB value is (88,98,112). Sum of RGB (Red+Green+Blue) = 88+98+112=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #586270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586270 is #A79D8F. Grayscale: #606060. Windows color (decimal): -10984848 or 7365208. OLE color: 7365208.

HSL color Cylindrical-coordinate representation of color #586270: hue angle of 215º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586270 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8898112-
CMYK0.210.1300.56
HSL215º12%39.22%-
HSV(B)215º21.43%43.92%-
XYZ11.3211.9817.05-
YUV96.61136.69121.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=29.53%
G=32.89%
B=37.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88981120.210.1300.562151239.22
Hex58627015D038d7c27
Octal13014216025150703271447
Binary1011000110001011100001010111010111000110101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586270; }

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

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

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

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

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

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

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

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