Html Css Color HEX #586575 Shuttle Grey

📋 copy color: '#586575'

red 88 ◦ green 101 ◦ blue 117

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

Shades of Shuttle Grey #586575

Tints of Shuttle Grey #586575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 28.76%
G = 33.01%
B = 38.24%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#586575 (or 0x586575) is known color: Shuttle Grey. HEX triplet: 58, 65 and 75. RGB value is (88,101,117). Sum of RGB (Red+Green+Blue) = 88+101+117=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #586575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586575 is #A79A8A. Grayscale: #626262. Windows color (decimal): -10984075 or 7693656. OLE color: 7693656.

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

Color convert

RGB 88 101 117 -
CMYK 0.25 0.14 0 0.54
HSL 213.1º 0.14% 0.4% -
HSV(B) 213.1º 0.25% 0.46% -
XYZ 11.89 12.67 18.65 -
YUV 98.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 88 101 117 0.25 0.14 0 0.54 213.1 0.14 0.4
Hex 58 65 75 19 E 0 36 D5 E 28
Octal 130 145 165 31 16 0 66 325 16 50
Binary 1011000 1100101 1110101 11001 1110 0 110110 11010101 1110 101000

Color Harmonies of #586575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586575

Black with #586575

Text Example


Text Example

White with #586575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586575; }

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

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

background-color css

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

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

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

border-color css

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

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

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