Html Css Color HEX #5B5E61 Shuttle Grey

📋 copy color: '#5B5E61'

red 91 ◦ green 94 ◦ blue 97

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

Shades of Shuttle Grey #5B5E61

Tints of Shuttle Grey #5B5E61

RGB

 RED value IS 91 (35.94% from 255) = 32.27%

 GREEN value IS 94 (37.11% from 255) = 33.33%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 32.27%
G = 33.33%
B = 34.4%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B5E61 (or 0x5B5E61) is known color: Shuttle Grey. HEX triplet: 5B, 5E and 61. RGB value is (91,94,97). Sum of RGB (Red+Green+Blue) = 91+94+97=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B5E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5E61 is #A4A19E. Grayscale: #5D5D5D. Windows color (decimal): -10789279 or 6381147. OLE color: 6381147.

HSL color Cylindrical-coordinate representation of color #5B5E61: hue angle of 210º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5B5E61 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 94 97 -
CMYK 0.06 0.03 0 0.62
HSL 210º 0.03% 0.37% -
HSV(B) 210º 0.06% 0.38% -
XYZ 10.47 11.09 12.9 -
YUV 93.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 91 94 97 0.06 0.03 0 0.62 210 0.03 0.37
Hex 5B 5E 61 6 3 0 3E D2 3 25
Octal 133 136 141 6 3 0 76 322 3 45
Binary 1011011 1011110 1100001 110 11 0 111110 11010010 11 100101

Color Harmonies of #5B5E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5E61

Black with #5B5E61

Text Example


Text Example

White with #5B5E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B5E61; }

 p { color: rgb(91,94,97); }

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

background-color css

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

 a { background-color: rgb(91,94,97); }

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

border-color css

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

 span { border-color: rgb(91,94,97); }

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