#586770

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

Shades of Shuttle Grey #586770

Tints of Shuttle Grey #586770

Color information

#586770 (or 0x586770) is unknown color: approx Shuttle Grey. HEX triplet: 58, 67 and 70. RGB value is (88,103,112). Sum of RGB (Red+Green+Blue) = 88+103+112=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #586770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586770 is #A7988F. Grayscale: #636363. Windows color (decimal): -10983568 or 7366488. OLE color: 7366488.

HSL color Cylindrical-coordinate representation of color #586770: hue angle of 202.5º 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 #586770 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB88103112-
CMYK0.210.0800.56
HSL202.5º12%39.22%-
HSV(B)202.5º21.43%43.92%-
XYZ11.812.9517.21-
YUV99.54135.03119.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.04%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=29.04%
G=33.99%
B=36.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal881031120.210.0800.56202.51239.22
Hex586770158038cac27
Octal13014716025100703121447
Binary1011000110011111100001010110000111000110010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586770; }

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

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

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

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

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

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

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

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