#586775

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

Shades of Shuttle Grey #586775

Tints of Shuttle Grey #586775

Color information

#586775 (or 0x586775) is unknown color: approx Shuttle Grey. HEX triplet: 58, 67 and 75. RGB value is (88,103,117). Sum of RGB (Red+Green+Blue) = 88+103+117=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 117 - color contains mainly: blue. Hex color #586775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586775 is #A7988A. Grayscale: #646464. Windows color (decimal): -10983563 or 7694168. OLE color: 7694168.

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

Color convert

RGB88103117-
CMYK0.250.1200.54
HSL208.97º14.15%40.2%-
HSV(B)208.97º24.79%45.88%-
XYZ12.0913.0618.71-
YUV100.11137.53119.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.57%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=28.57%
G=33.44%
B=37.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881031170.250.1200.54208.9714.1540.2
Hex58677519C036d1e28
Octal13014716531140663211650
Binary1011000110011111101011100111000110110110100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586775; }

 p { color: rgb(88,103,117); }

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

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

 a { background-color: rgb(88,103,117); }

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

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

 span { border-color: rgb(88,103,117); }

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