Html Css Color HEX #5B6067 Shuttle Grey

📋 copy color: '#5B6067'

red 91 ◦ green 96 ◦ blue 103

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

Shades of Shuttle Grey #5B6067

Tints of Shuttle Grey #5B6067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 103 (40.63% from 255) = 35.52%

R = 31.38%
G = 33.1%
B = 35.52%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5B6067 (or 0x5B6067) is known color: Shuttle Grey. HEX triplet: 5B, 60 and 67. RGB value is (91,96,103). Sum of RGB (Red+Green+Blue) = 91+96+103=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B6067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6067 is #A49F98. Grayscale: #5F5F5F. Windows color (decimal): -10788761 or 6774875. OLE color: 6774875.

HSL color Cylindrical-coordinate representation of color #5B6067: hue angle of 215º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B6067 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 91 96 103 -
CMYK 0.12 0.07 0 0.60
HSL 215º 0.06% 0.38% -
HSV(B) 215º 0.12% 0.4% -
XYZ 10.95 11.57 14.49 -
YUV 95.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 91 96 103 0.12 0.07 0 0.60 215 0.06 0.38
Hex 5B 60 67 C 7 0 3C D7 6 26
Octal 133 140 147 14 7 0 74 327 6 46
Binary 1011011 1100000 1100111 1100 111 0 111100 11010111 110 100110

Color Harmonies of #5B6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6067

Black with #5B6067

Text Example


Text Example

White with #5B6067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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