#5F6268

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

Shades of Shuttle Grey #5F6268

Tints of Shuttle Grey #5F6268

Color information

#5F6268 (or 0x5F6268) is unknown color: approx Shuttle Grey. HEX triplet: 5F, 62 and 68. RGB value is (95,98,104). Sum of RGB (Red+Green+Blue) = 95+98+104=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #5F6268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6268 is #A09D97. Grayscale: #616161. Windows color (decimal): -10526104 or 6840927. OLE color: 6840927.

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

Color convert

RGB9598104-
CMYK0.090.0600.59
HSL220º4.52%39.02%-
HSV(B)220º8.65%40.78%-
XYZ11.5912.1714.83-
YUV97.79131.51126.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.99%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=31.99%
G=33.00%
B=35.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95981040.090.0600.592204.5239.02
Hex5F62689603Bdc527
Octal137142150116073334547
Binary1011111110001011010001001110011101111011100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,98,104); }

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

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

 a { background-color: rgb(95,98,104); }

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

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

 span { border-color: rgb(95,98,104); }

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