#5F6876

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

Shades of Shuttle Grey #5F6876

Tints of Shuttle Grey #5F6876

Color information

#5F6876 (or 0x5F6876) is unknown color: approx Shuttle Grey. HEX triplet: 5F, 68 and 76. RGB value is (95,104,118). Sum of RGB (Red+Green+Blue) = 95+104+118=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F6876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6876 is #A09789. Grayscale: #666666. Windows color (decimal): -10524554 or 7759967. OLE color: 7759967.

HSL color Cylindrical-coordinate representation of color #5F6876: hue angle of 216.52º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F6876 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB95104118-
CMYK0.190.1200.54
HSL216.52º10.8%41.76%-
HSV(B)216.52º19.49%46.27%-
XYZ12.9413.6419.09-
YUV102.9136.52122.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.97%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=29.97%
G=32.81%
B=37.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal951041180.190.1200.54216.5210.841.76
Hex5F687613C036d9b2a
Octal13715016623140663311352
Binary1011111110100011101101001111000110110110110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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