Html Css Color HEX #58646C Shuttle Grey

📋 copy color: '#58646C'

red 88 ◦ green 100 ◦ blue 108

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

Shades of Shuttle Grey #58646C

Tints of Shuttle Grey #58646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 29.73%
G = 33.78%
B = 36.49%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58646C (or 0x58646C) is known color: Shuttle Grey. HEX triplet: 58, 64 and 6C. RGB value is (88,100,108). Sum of RGB (Red+Green+Blue) = 88+100+108=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 108 - color contains mainly: blue. Hex color #58646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58646C is #A79B93. Grayscale: #616161. Windows color (decimal): -10984340 or 7103576. OLE color: 7103576.

HSL color Cylindrical-coordinate representation of color #58646C: hue angle of 204º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58646C is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 100 108 -
CMYK 0.19 0.07 0 0.58
HSL 204º 0.1% 0.38% -
HSV(B) 204º 0.19% 0.42% -
XYZ 11.29 12.27 15.96 -
YUV 97.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 88 100 108 0.19 0.07 0 0.58 204 0.1 0.38
Hex 58 64 6C 13 7 0 3A CC A 26
Octal 130 144 154 23 7 0 72 314 12 46
Binary 1011000 1100100 1101100 10011 111 0 111010 11001100 1010 100110

Color Harmonies of #58646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58646C

Black with #58646C

Text Example


Text Example

White with #58646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58646C; }

 p { color: rgb(88,100,108); }

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

background-color css

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

 a { background-color: rgb(88,100,108); }

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

border-color css

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

 span { border-color: rgb(88,100,108); }

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