Html Css Color HEX #5B6373 Shuttle Grey

📋 copy color: '#5B6373'

red 91 ◦ green 99 ◦ blue 115

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

Shades of Shuttle Grey #5B6373

Tints of Shuttle Grey #5B6373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 29.84%
G = 32.46%
B = 37.7%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B6373 (or 0x5B6373) is known color: Shuttle Grey. HEX triplet: 5B, 63 and 73. RGB value is (91,99,115). Sum of RGB (Red+Green+Blue) = 91+99+115=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B6373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6373 is #A49C8C. Grayscale: #626262. Windows color (decimal): -10787981 or 7562075. OLE color: 7562075.

HSL color Cylindrical-coordinate representation of color #5B6373: hue angle of 220º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B6373 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 99 115 -
CMYK 0.21 0.14 0 0.55
HSL 220º 0.12% 0.4% -
HSV(B) 220º 0.21% 0.45% -
XYZ 11.87 12.39 17.98 -
YUV 98.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 91 99 115 0.21 0.14 0 0.55 220 0.12 0.4
Hex 5B 63 73 15 E 0 37 DC C 28
Octal 133 143 163 25 16 0 67 334 14 50
Binary 1011011 1100011 1110011 10101 1110 0 110111 11011100 1100 101000

Color Harmonies of #5B6373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6373

Black with #5B6373

Text Example


Text Example

White with #5B6373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,99,115); }

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

background-color css

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

 a { background-color: rgb(91,99,115); }

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

border-color css

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

 span { border-color: rgb(91,99,115); }

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