Html Css Color HEX #5B616B Shuttle Grey

📋 copy color: '#5B616B'

red 91 ◦ green 97 ◦ blue 107

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

Shades of Shuttle Grey #5B616B

Tints of Shuttle Grey #5B616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 30.85%
G = 32.88%
B = 36.27%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5B616B (or 0x5B616B) is known color: Shuttle Grey. HEX triplet: 5B, 61 and 6B. RGB value is (91,97,107). Sum of RGB (Red+Green+Blue) = 91+97+107=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B616B is #A49E94. Grayscale: #606060. Windows color (decimal): -10788501 or 7037275. OLE color: 7037275.

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

Color convert

RGB 91 97 107 -
CMYK 0.15 0.09 0 0.58
HSL 217.5º 0.08% 0.39% -
HSV(B) 217.5º 0.15% 0.42% -
XYZ 11.24 11.84 15.6 -
YUV 96.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 91 97 107 0.15 0.09 0 0.58 217.5 0.08 0.39
Hex 5B 61 6B F 9 0 3A DA 8 27
Octal 133 141 153 17 11 0 72 332 10 47
Binary 1011011 1100001 1101011 1111 1001 0 111010 11011010 1000 100111

Color Harmonies of #5B616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B616B

Black with #5B616B

Text Example


Text Example

White with #5B616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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