Html Css Color HEX #58616C Shuttle Grey

📋 copy color: '#58616C'

red 88 ◦ green 97 ◦ blue 108

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

Shades of Shuttle Grey #58616C

Tints of Shuttle Grey #58616C

RGB

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

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

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

R = 30.03%
G = 33.11%
B = 36.86%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58616C (or 0x58616C) is known color: Shuttle Grey. HEX triplet: 58, 61 and 6C. RGB value is (88,97,108). Sum of RGB (Red+Green+Blue) = 88+97+108=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 108 - color contains mainly: blue. Hex color #58616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58616C is #A79E93. Grayscale: #5F5F5F. Windows color (decimal): -10985108 or 7102808. OLE color: 7102808.

HSL color Cylindrical-coordinate representation of color #58616C: hue angle of 213º 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 #58616C is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 97 108 -
CMYK 0.19 0.10 0 0.58
HSL 213º 0.1% 0.38% -
HSV(B) 213º 0.19% 0.42% -
XYZ 11.01 11.71 15.87 -
YUV 95.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 88 97 108 0.19 0.10 0 0.58 213 0.1 0.38
Hex 58 61 6C 13 A 0 3A D5 A 26
Octal 130 141 154 23 12 0 72 325 12 46
Binary 1011000 1100001 1101100 10011 1010 0 111010 11010101 1010 100110

Color Harmonies of #58616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58616C

Black with #58616C

Text Example


Text Example

White with #58616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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