Html Css Color HEX #58616A Shuttle Grey

📋 copy color: '#58616A'

red 88 ◦ green 97 ◦ blue 106

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

Shades of Shuttle Grey #58616A

Tints of Shuttle Grey #58616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.43%

R = 30.24%
G = 33.33%
B = 36.43%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58616A (or 0x58616A) is known color: Shuttle Grey. HEX triplet: 58, 61 and 6A. RGB value is (88,97,106). Sum of RGB (Red+Green+Blue) = 88+97+106=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 106 - color contains mainly: blue. Hex color #58616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58616A is #A79E95. Grayscale: #5F5F5F. Windows color (decimal): -10985110 or 6971736. OLE color: 6971736.

HSL color Cylindrical-coordinate representation of color #58616A: hue angle of 210º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #58616A is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 97 106 -
CMYK 0.17 0.08 0 0.58
HSL 210º 0.09% 0.38% -
HSV(B) 210º 0.17% 0.42% -
XYZ 10.9 11.66 15.31 -
YUV 95.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 88 97 106 0.17 0.08 0 0.58 210 0.09 0.38
Hex 58 61 6A 11 8 0 3A D2 9 26
Octal 130 141 152 21 10 0 72 322 11 46
Binary 1011000 1100001 1101010 10001 1000 0 111010 11010010 1001 100110

Color Harmonies of #58616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58616A

Black with #58616A

Text Example


Text Example

White with #58616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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