#5B6067

Color #5B6067 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #5B6067

Tints of Shuttle Grey #5B6067

Color information

#5B6067 (or 0x5B6067) is unknown color: approx 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

RGB9196103-
CMYK0.120.0700.60
HSL215º6.19%38.04%-
HSV(B)215º11.65%40.39%-
XYZ10.9511.5714.49-
YUV95.3132.34124.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.38%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=31.38%
G=33.10%
B=35.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91961030.120.0700.602156.1938.04
Hex5B6067C703Cd7626
Octal133140147147074327646
Binary1011011110000011001111100111011110011010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>