Html Css Color HEX #586168 Shuttle Grey

📋 copy color: '#586168'

red 88 ◦ green 97 ◦ blue 104

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

Shades of Shuttle Grey #586168

Tints of Shuttle Grey #586168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 30.45%
G = 33.56%
B = 35.99%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#586168 (or 0x586168) is known color: Shuttle Grey. HEX triplet: 58, 61 and 68. RGB value is (88,97,104). Sum of RGB (Red+Green+Blue) = 88+97+104=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #586168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586168 is #A79E97. Grayscale: #5F5F5F. Windows color (decimal): -10985112 or 6840664. OLE color: 6840664.

HSL color Cylindrical-coordinate representation of color #586168: hue angle of 206.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #586168 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 97 104 -
CMYK 0.15 0.07 0 0.59
HSL 206.25º 0.08% 0.38% -
HSV(B) 206.25º 0.15% 0.41% -
XYZ 10.8 11.62 14.77 -
YUV 95.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 88 97 104 0.15 0.07 0 0.59 206.25 0.08 0.38
Hex 58 61 68 F 7 0 3B CE 8 26
Octal 130 141 150 17 7 0 73 316 10 46
Binary 1011000 1100001 1101000 1111 111 0 111011 11001110 1000 100110

Color Harmonies of #586168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586168

Black with #586168

Text Example


Text Example

White with #586168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586168; }

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

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

background-color css

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

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

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

border-color css

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

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

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