Html Css Color HEX #586975 Shuttle Grey

📋 copy color: '#586975'

red 88 ◦ green 105 ◦ blue 117

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

Shades of Shuttle Grey #586975

Tints of Shuttle Grey #586975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.87%

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

R = 28.39%
G = 33.87%
B = 37.74%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#586975 (or 0x586975) is known color: Shuttle Grey. HEX triplet: 58, 69 and 75. RGB value is (88,105,117). Sum of RGB (Red+Green+Blue) = 88+105+117=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #586975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586975 is #A7968A. Grayscale: #656565. Windows color (decimal): -10983051 or 7694680. OLE color: 7694680.

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

Color convert

RGB 88 105 117 -
CMYK 0.25 0.10 0 0.54
HSL 204.83º 0.14% 0.4% -
HSV(B) 204.83º 0.25% 0.46% -
XYZ 12.29 13.46 18.78 -
YUV 101.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 88 105 117 0.25 0.10 0 0.54 204.83 0.14 0.4
Hex 58 69 75 19 A 0 36 CD E 28
Octal 130 151 165 31 12 0 66 315 16 50
Binary 1011000 1101001 1110101 11001 1010 0 110110 11001101 1110 101000

Color Harmonies of #586975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586975

Black with #586975

Text Example


Text Example

White with #586975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586975; }

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

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

background-color css

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

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

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

border-color css

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

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

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