#5F6369

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

Shades of Shuttle Grey #5F6369

Tints of Shuttle Grey #5F6369

Color information

#5F6369 (or 0x5F6369) is unknown color: approx Shuttle Grey. HEX triplet: 5F, 63 and 69. RGB value is (95,99,105). Sum of RGB (Red+Green+Blue) = 95+99+105=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 105 - color contains mainly: blue. Hex color #5F6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6369 is #A09C96. Grayscale: #626262. Windows color (decimal): -10525847 or 6906719. OLE color: 6906719.

HSL color Cylindrical-coordinate representation of color #5F6369: hue angle of 216º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F6369 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9599105-
CMYK0.100.0600.59
HSL216º5%39.22%-
HSV(B)216º9.52%41.18%-
XYZ11.7312.3815.14-
YUV98.49131.67125.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.77%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=31.77%
G=33.11%
B=35.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95991050.100.0600.59216539.22
Hex5F6369A603Bd8527
Octal137143151126073330547
Binary1011111110001111010011010110011101111011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,99,105); }

 H1.HeaderClassName
 {
   color: #5F6369;
 }
 .AnyTagClassName
 {
   color: #5F6369;
 }
</style>
background-color css

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

 a { background-color: rgb(95,99,105); }

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

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

 span { border-color: rgb(95,99,105); }

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