#5F6469

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

Shades of Shuttle Grey #5F6469

Tints of Shuttle Grey #5F6469

Color information

#5F6469 (or 0x5F6469) is unknown color: approx Shuttle Grey. HEX triplet: 5F, 64 and 69. RGB value is (95,100,105). Sum of RGB (Red+Green+Blue) = 95+100+105=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 105 - color contains mainly: blue. Hex color #5F6469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6469 is #A09B96. Grayscale: #636363. Windows color (decimal): -10525591 or 6906975. OLE color: 6906975.

HSL color Cylindrical-coordinate representation of color #5F6469: hue angle of 210º 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 #5F6469 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB95100105-
CMYK0.100.0500.59
HSL210º5%39.22%-
HSV(B)210º9.52%41.18%-
XYZ11.8312.5715.17-
YUV99.07131.34125.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.67%
GREEN value IS 100 (39.45% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 35%
R=31.67%
G=33.33%
B=35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal951001050.100.0500.59210539.22
Hex5F6469A503Bd2527
Octal137144151125073322547
Binary1011111110010011010011010101011101111010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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