#5F666D

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

Shades of Shuttle Grey #5F666D

Tints of Shuttle Grey #5F666D

Color information

#5F666D (or 0x5F666D) is unknown color: approx Shuttle Grey. HEX triplet: 5F, 66 and 6D. RGB value is (95,102,109). Sum of RGB (Red+Green+Blue) = 95+102+109=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F666D is #A09992. Grayscale: #646464. Windows color (decimal): -10525075 or 7169631. OLE color: 7169631.

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

Color convert

RGB95102109-
CMYK0.130.0600.57
HSL210º6.86%40%-
HSV(B)210º12.84%42.75%-
XYZ12.2313.0416.34-
YUV100.7132.68123.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.05%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=31.05%
G=33.33%
B=35.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal951021090.130.0600.572106.8640
Hex5F666DD6039d2728
Octal137146155156071322750
Binary1011111110011011011011101110011100111010010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,102,109); }

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

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

 a { background-color: rgb(95,102,109); }

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

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

 span { border-color: rgb(95,102,109); }

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