Html Css Color HEX #586071 Shuttle Grey

📋 copy color: '#586071'

red 88 ◦ green 96 ◦ blue 113

#586071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shuttle Grey #586071

Tints of Shuttle Grey #586071

RGB

 RED value IS 88 (34.77% from 255) = 29.63%

 GREEN value IS 96 (37.89% from 255) = 32.32%

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 29.63%
G = 32.32%
B = 38.05%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#586071 (or 0x586071) is known color: Shuttle Grey. HEX triplet: 58, 60 and 71. RGB value is (88,96,113). Sum of RGB (Red+Green+Blue) = 88+96+113=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #586071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586071 is #A79F8E. Grayscale: #5F5F5F. Windows color (decimal): -10985359 or 7430232. OLE color: 7430232.

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

Color convert

RGB 88 96 113 -
CMYK 0.22 0.15 0 0.56
HSL 220.8º 0.12% 0.39% -
HSV(B) 220.8º 0.22% 0.44% -
XYZ 11.19 11.63 17.28 -
YUV 95.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 88 96 113 0.22 0.15 0 0.56 220.8 0.12 0.39
Hex 58 60 71 16 F 0 38 DD C 27
Octal 130 140 161 26 17 0 70 335 14 47
Binary 1011000 1100000 1110001 10110 1111 0 111000 11011101 1100 100111

Color Harmonies of #586071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586071

Black with #586071

Text Example


Text Example

White with #586071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586071; }

 p { color: rgb(88,96,113); }

 H1.HeaderClassName
 {
   color: #586071;
 }
 .AnyTagClassName
 {
   color: #586071;
 }
</style>

background-color css

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

 a { background-color: rgb(88,96,113); }

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

border-color css

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

 span { border-color: rgb(88,96,113); }

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