Html Css Color HEX #5B5E60 Shuttle Grey

📋 copy color: '#5B5E60'

red 91 ◦ green 94 ◦ blue 96

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

Shades of Shuttle Grey #5B5E60

Tints of Shuttle Grey #5B5E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 32.38%
G = 33.45%
B = 34.16%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B5E60 (or 0x5B5E60) is known color: Shuttle Grey. HEX triplet: 5B, 5E and 60. RGB value is (91,94,96). Sum of RGB (Red+Green+Blue) = 91+94+96=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B5E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5E60 is #A4A19F. Grayscale: #5D5D5D. Windows color (decimal): -10789280 or 6315611. OLE color: 6315611.

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

Color convert

RGB 91 94 96 -
CMYK 0.05 0.02 0 0.62
HSL 204º 0.03% 0.37% -
HSV(B) 204º 0.05% 0.38% -
XYZ 10.43 11.07 12.65 -
YUV 93.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 91 94 96 0.05 0.02 0 0.62 204 0.03 0.37
Hex 5B 5E 60 5 2 0 3E CC 3 25
Octal 133 136 140 5 2 0 76 314 3 45
Binary 1011011 1011110 1100000 101 10 0 111110 11001100 11 100101

Color Harmonies of #5B5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5E60

Black with #5B5E60

Text Example


Text Example

White with #5B5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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