#5F6165

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

Shades of Bright Grey #5F6165

Tints of Bright Grey #5F6165

Color information

#5F6165 (or 0x5F6165) is unknown color: approx Bright Grey. HEX triplet: 5F, 61 and 65. RGB value is (95,97,101). Sum of RGB (Red+Green+Blue) = 95+97+101=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F6165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6165 is #A09E9A. Grayscale: #606060. Windows color (decimal): -10526363 or 6644063. OLE color: 6644063.

HSL color Cylindrical-coordinate representation of color #5F6165: hue angle of 220º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5F6165 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9597101-
CMYK0.060.0400.60
HSL220º3.06%38.43%-
HSV(B)220º5.94%39.61%-
XYZ11.3411.9214.02-
YUV96.86130.34126.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=32.42%
G=33.11%
B=34.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95971010.060.0400.602203.0638.43
Hex5F61656403Cdc326
Octal13714114564074334346
Binary10111111100001110010111010001111001101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,97,101); }

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

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

 a { background-color: rgb(95,97,101); }

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

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

 span { border-color: rgb(95,97,101); }

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