Html Css Color HEX #586875 Shuttle Grey

📋 copy color: '#586875'

red 88 ◦ green 104 ◦ blue 117

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

Shades of Shuttle Grey #586875

Tints of Shuttle Grey #586875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

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

R = 28.48%
G = 33.66%
B = 37.86%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#586875 (or 0x586875) is known color: Shuttle Grey. HEX triplet: 58, 68 and 75. RGB value is (88,104,117). Sum of RGB (Red+Green+Blue) = 88+104+117=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #586875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586875 is #A7978A. Grayscale: #646464. Windows color (decimal): -10983307 or 7694424. OLE color: 7694424.

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

Color convert

RGB 88 104 117 -
CMYK 0.25 0.11 0 0.54
HSL 206.9º 0.14% 0.4% -
HSV(B) 206.9º 0.25% 0.46% -
XYZ 12.19 13.26 18.75 -
YUV 100.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 88 104 117 0.25 0.11 0 0.54 206.9 0.14 0.4
Hex 58 68 75 19 B 0 36 CF E 28
Octal 130 150 165 31 13 0 66 317 16 50
Binary 1011000 1101000 1110101 11001 1011 0 110110 11001111 1110 101000

Color Harmonies of #586875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586875

Black with #586875

Text Example


Text Example

White with #586875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586875; }

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

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

background-color css

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

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

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

border-color css

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

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

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